Memory Pool Memory Pool Refreshing

5,022 transactions
3.78 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,362 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (848,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,998 59,998 0000000008b07c60cc3089e64d76ac6e762ccef6f54bf86376f697201812aea7 0.00 MB 1 0
59,997 59,997 00000000097cb71ca5b08117490976076c26ea95308f19846efd2a2944bf199e 0.00 MB 1 0
59,996 59,996 00000000017fa58a60e31d82f906e43a55b54f2ae775138a7e93a112c5e21044 0.00 MB 1 0
59,995 59,995 0000000006858781910607dfcedb9e1c0aeaeafb311e31f39ee1bd1e8745c531 0.00 MB 1 0
59,994 59,994 000000000c9638008dc55469a04bb748468fbffa41f0d93ce7049426c17d7eb5 0.00 MB 1 0
59,993 59,993 00000000013380fc9f31063c72393faf83a4ea9fa2aaae9747b9ae0bd52fa281 0.00 MB 1 0
59,992 59,992 000000000661dc0a87e53a9775336060156c53532e0d1b89b1b2ba56af4e37ab 0.00 MB 1 0
59,991 59,991 00000000045cc65532ea2b3d67c70d0febb221f3d6f126718de9adba99f9952a 0.00 MB 2 0
59,990 59,990 000000000b3642e634eedf283d75a3757e785ab35cf55507dad4266d65288a41 0.00 MB 1 0
59,989 59,989 000000000a16f56ee574f784bc5c716a8121e1f2d4788c6836cea32b2e344689 0.00 MB 1 0
59,988 59,988 000000000e4f55cf3d8fbba9bfc72c9ca915d7158dcd41b6b5ad1e2c46243f0e 0.00 MB 1 0
59,987 59,987 0000000002c5afb26222da1a39f8f69a61b12dcc27bdaa6a6fd59917e4dac14e 0.00 MB 2 0
59,986 59,986 000000000e0eb7ee726fea6550eef43a8b6d6773c65f4823d289b633309042d2 0.00 MB 1 0
59,985 59,985 000000000aadfcdcc54b29cb2838f1430eecdf016564bbc563f8ba0734a21eb6 0.00 MB 1 0
59,984 59,984 0000000007cb172b45455cc619ca236b1da0f44b88a7e6ac91d0eb68208b5df1 0.00 MB 1 0
59,983 59,983 000000000a4990e2ab154a60a96a96e7402ff0c97cc78c0feee011eaef4a00bd 0.00 MB 2 0
59,982 59,982 000000000c05d3530414e50932fb5ca014b68483d32737170a9a4c0e3bf65b85 0.00 MB 2 0
59,981 59,981 0000000006ef59e1030a5757ad7589d16847da9af64d7c06f9f7feefddf2b9ab 0.00 MB 1 0
59,980 59,980 00000000081c5f588ba803168ebc98335f153a66e1f37aa2992a0b743d5daf47 0.00 MB 1 0
59,979 59,979 0000000002bf1988343044b652f4dab0a61bc8203c2d11b22e82fe334c4520eb 0.00 MB 1 0
59,978 59,978 000000000afa0d42284ac2bf07bbfc69a5b81c09cf7a22712987e27dad2e1674 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.79 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.