Memory Pool Memory Pool Refreshing

3,569 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,830 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 3,537 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (2,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,125 905,125 00000000000000000000b02dc343623bdda22f12cbb0737f2286ff6458d3cc47 1.43 MB 2,791 3
905,124 905,124 000000000000000000010e224cd0223e40aa4374c06a43e299a25db802027c28 1.26 MB 2,615 3
905,123 905,123 00000000000000000001939ed76ebe1fc079340a2db29e2cafcbf7509e503c2e 1.68 MB 2,846 3
905,122 905,122 0000000000000000000260813cfda1788255b7cecafd98cd494d660dca931b13 1.59 MB 3,223 3
905,121 905,121 0000000000000000000258f14ab0878af1aacff26aa01e2b40a40f359158f84b 1.82 MB 2,845 3
905,120 905,120 0000000000000000000011a72dceabf0eef6cf70e8b5311df8977e4f85ce1d3d 1.76 MB 3,131 2
905,119 905,119 000000000000000000001b000a777fc475710dd20c8c977033ae18e511dfd9a5 1.59 MB 2,050 2
905,118 905,118 00000000000000000000e8ed3ec41d8cb1d25ff918dd33094a84f21809cbfa0e 1.22 MB 1,040 1
905,117 905,117 00000000000000000000031588bf479187483864cf55b3eb38efb0132518e07f 1.53 MB 2,368 2
905,116 905,116 000000000000000000017e54e52534d5d9ffb94caab047ae4d1b244f1577b62b 1.36 MB 1,634 1
905,115 905,115 00000000000000000001888973f1be633bd77474a1ddeddc1149f098d22b0f68 1.59 MB 3,430 5
905,114 905,114 000000000000000000012d8405d3e61df96f2e844bd8379bbd17f5a7f69c1a9f 1.52 MB 2,954 3
905,113 905,113 00000000000000000002680610fd5792b908dc5b0559d2f4e5335b7ca5e8dcb8 1.75 MB 1,036 1
905,112 905,112 00000000000000000000a53fede899a452adc99a5fa732ce218be735e734c65a 1.68 MB 1,952 2
905,111 905,111 00000000000000000000b79ab81fe1b5db1254fc6dfb7a3ab602c02ae6bc97ca 1.61 MB 3,794 5
905,110 905,110 00000000000000000001c8f1ed0e8de3a5536c6f754d30568ae2129c7e4179fb 1.62 MB 2,769 4
905,109 905,109 00000000000000000002270cb2dfd5567845c7d76195f46824b0f6f2693441b8 1.70 MB 2,413 3
905,108 905,108 00000000000000000000e9900f08f6dc109762d09d4d0b31b8ece5ab35a5401e 1.83 MB 2,163 3
905,107 905,107 00000000000000000000166648351c3402e05251a5d5d372c83805a49d2751c0 1.87 MB 3,666 1
905,106 905,106 000000000000000000022ab6bbc49a8a2bd3bec6a5d14d5bdb3256b4625763bd 1.43 MB 2,135 3
905,105 905,105 00000000000000000001c829a3334152869d0b9bbec5a1a3f9541e4884bb13d0 1.58 MB 3,718 5
Previous 10 blocks ↓
Total Size: 769.22 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.64 GB sent, 94.03 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.