Memory Pool Memory Pool Refreshing

10,042 transactions
3.28 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,718 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,325 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,717 (1,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,950 905,950 0000000000000000000239b558030b09be811881813f830b4173f68c7a97fdf1 0.90 MB 2,055 1
905,949 905,949 0000000000000000000127ef38144bad7e0ccd53709edcc066e05d45486378e5 1.72 MB 2,401 2
905,948 905,948 00000000000000000001109df18bbbb6dcf7e0f6054da1e5d854f8291b4b756e 1.63 MB 3,849 5
905,947 905,947 000000000000000000022b531f86d663e44070738e285176403a83fba85493ce 1.64 MB 3,387 3
905,946 905,946 00000000000000000000652c13cb87a96584f11a296361e671317422964cdba9 1.61 MB 4,293 6
905,945 905,945 000000000000000000005b9237fbc383c1e932b1f305075904076f2bdba77f63 0.88 MB 1,321 3
905,944 905,944 000000000000000000017a83b8b8110231b5765d6b9789c529f6da5a8c3e2bd5 1.79 MB 3,420 2
905,943 905,943 000000000000000000003732c3e145b9734b98482b7b73be9fa12a90b8198a4b 0.92 MB 1,006 1
905,942 905,942 000000000000000000019960d9328929aa5cf94a2a455fde6f38e89de9ce9256 1.69 MB 3,067 5
905,941 905,941 00000000000000000001b63759e60d4d3c829c97102050fa5788856fe9518d5a 0.03 MB 96 6
905,940 905,940 000000000000000000021e3bd869605c7aec33f4ded72362cac9b23d9c60b9c6 1.76 MB 4,425 1
905,939 905,939 00000000000000000000f4655d0afe99f39f2685ff6b7dcee5aa5ceabf2083b3 1.70 MB 3,215 3
905,938 905,938 000000000000000000015d14fed149566350e2337106e3bc86c84fb56ac1678d 1.00 MB 1,401 1
905,937 905,937 00000000000000000001bbd38130b510f09b5007b3a686f739badac110361a30 1.51 MB 3,191 6
905,936 905,936 000000000000000000017b535be4faf1ed1e0bc4c4c5f805f4833f85811ed9e9 1.69 MB 2,523 2
905,935 905,935 000000000000000000017654938486b6dc5572f2252adea0b2dd5be13dd5b9ab 1.64 MB 1,830 2
905,934 905,934 00000000000000000001c5ad494fe2e017e1ccc7778842be16aae6693f24f1d3 1.67 MB 2,881 5
905,933 905,933 0000000000000000000157cbfd4c5f85be2dd4f356c6bedd414380354a96cd1d 1.62 MB 1,695 1
905,932 905,932 0000000000000000000202bf1501f469441fd0ebc0b5fb25c5054dce6f044821 1.70 MB 2,372 5
905,931 905,931 00000000000000000000c809c4f6273de908c3f83f329e09dcd1679cfae40511 1.61 MB 3,234 4
905,930 905,930 00000000000000000000b2734a71162e02a99c4c7bb28816fa1c052b8a9567a7 1.43 MB 2,508 5
Previous 10 blocks ↓
Total Size: 769.02 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,622.28 GB sent, 92.94 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.