Memory Pool Memory Pool Refreshing

5,175 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,892 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (784,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,078 123,078 0000000000001f63a65e108d4b12eb1c8e7a368f51923be89309246d4a609d29 0.00 MB 7 0
123,077 123,077 0000000000003295cae3500a1d18445a6fca7f26d44f221aba169df1891910ba 0.00 MB 13 1,049
123,076 123,076 00000000000015d00caf7fae6b6477109e0b5cd0e1d87eeb8d578b76e5f7ce38 0.00 MB 14 642
123,075 123,075 0000000000002305a4d5e75c8fd6dbcfa4ef5ceb0fccd1fe12dbad1869f56f74 0.00 MB 9 668
123,074 123,074 0000000000004806216a27ab04bb47c1799c22cb6dab7026f2d48942b1d7fb04 0.00 MB 8 256
123,073 123,073 0000000000005df187706fccbd77de4466e3ce1f35b7e78d33f181786d715b3a 0.00 MB 3 0
123,072 123,072 0000000000000df3a5e60766c5b9f17e6dae4adfa42317ca7c8edee54e125a7d 0.00 MB 11 0
123,071 123,071 0000000000002fa449bf28c89b8b556d76adad1baf1c24fe339663194284eff4 0.00 MB 3 81
123,070 123,070 000000000000300fee652ff722c8f7db37863167116c23f6e1485a82dad0d42e 0.00 MB 9 365
123,069 123,069 00000000000019f91dd1a6ea64a4815eb28b99ff8f5b453ffb3c5f423dad5b73 0.00 MB 12 0
123,068 123,068 0000000000000665e10403854281aa2d1c8c26d435b866ce4f79d5c4e2c8be1b 0.01 MB 38 2,270
123,067 123,067 0000000000000893286536df3f07998c3cacc1b571c8609b21c0f0c88a1a3eac 0.00 MB 9 479
123,066 123,066 00000000000068801b892dfe9685737f59653ee35e8f94f6bfa44d4d301fe241 0.00 MB 12 0
123,065 123,065 000000000000081f9e4ba6698614fda253c6e0b11c377e80aa37ad2fbb60017f 0.01 MB 27 137
123,064 123,064 0000000000004e01c39fabf75de3884f20597682b91ba195aa2a682f06ffbb40 0.00 MB 3 2,475
123,063 123,063 0000000000003e80f50c1762140fcd0e38c72edaa4ae0de8abf04c5712851e46 0.00 MB 14 1,104
123,062 123,062 000000000000157961714e6492e2575b0c154a4b5d31535e8906199631fbc7cc 0.00 MB 14 294
123,061 123,061 0000000000005acd7af4b7b2e2dd55db5140376a32579c3b4fdbbd52368df904 0.00 MB 9 310
123,060 123,060 000000000000384df67be91ce797b7732b6d087ea1e6fae2f52bdde83ef7378a 0.01 MB 17 802
123,059 123,059 00000000000044b6110082e48f2ac1620106142a76329d6c8db674db139fe2c6 0.00 MB 8 0
123,058 123,058 0000000000005e5f215abea94942ecb1be9d4f0961cfdf8af55c0e92b578beea 0.02 MB 49 1,578
Previous 10 blocks ↓
Total Size: 769.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,634.51 GB sent, 94.00 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.