Memory Pool Memory Pool Refreshing

6,398 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,588 (900,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,578 8,578 00000000d532ccd4d6aa232de2b2350680bad8deefd3eaae33a6a0d3de664371 0.00 MB 1 0
8,577 8,577 00000000b6136fc0046b27f01a980ad6c33a7e39fc071d0ff39f974685a98a7f 0.00 MB 1 0
8,576 8,576 000000004b58591a63574cd8932346e261357f8bbd0a2b95b5e8f10a72c01e0d 0.00 MB 1 0
8,575 8,575 000000006862c7d7752b33db6dc770cba20c33fd5586decc8cfd84b350ae72b0 0.00 MB 1 0
8,574 8,574 00000000e04953d178b1142b710bee3bb6e072d7a9505aff6d3a5d4a2a280262 0.00 MB 1 0
8,573 8,573 00000000a4f0a244b21a76644c318d0f3df91d36cb0ca027bc79883424187f7f 0.00 MB 1 0
8,572 8,572 000000002055ce92dc067a5097a5671bb43945ec580195b728741cccc1a050e8 0.00 MB 1 0
8,571 8,571 00000000bc4bcd7794a12695376e0083f3dfb0ec3582025ecfcd908d3651c340 0.00 MB 1 0
8,570 8,570 00000000132b99b9a546ad41729d7615d02a5461e878957951bab1ca2db14015 0.00 MB 1 0
8,569 8,569 00000000954c9ba50cdfad508b066b2c318f54f14d0b4a5724cc3c6c4dce02cd 0.00 MB 1 0
8,568 8,568 0000000055486616fe970fa8bdc9b735dd3b35e9193f7bbdaf5ce0eb4ed5cde7 0.00 MB 1 0
8,567 8,567 00000000dd233dca7573fee337fb05740e539a4ccc153e8d73c4a92d1207a273 0.00 MB 1 0
8,566 8,566 00000000b34b9a7ae8ea4703cbee350933c903eca08df98c0b2d5642d7ba8436 0.00 MB 1 0
8,565 8,565 00000000f813dd91503284c6b4fb0e07fe19955d47c5609e84c563f022b6d010 0.00 MB 1 0
8,564 8,564 000000007d282420eed81c2227818d78512670dc7d5938484fd5f3632456e665 0.00 MB 1 0
8,563 8,563 000000004f2be766fb1d19ed74236b4a8c6cbf0ebd9a0efa391a1fa569daad49 0.00 MB 1 0
8,562 8,562 00000000c82f27c2c7f3c053cc8533cba529e8634d617678686266ffd7f05566 0.00 MB 1 0
8,561 8,561 00000000b9703eeaebfcf46c17af5b413b205362be9f3c45201f648119a2ad25 0.00 MB 1 0
8,560 8,560 00000000ad51e9525234e9ad796f9e86eed74111967d8fb214041c9e31cca5d6 0.00 MB 1 0
8,559 8,559 00000000a8847fd5a6b57bcb460b431466c564983670a40161e704f8fc00e58a 0.00 MB 1 0
8,558 8,558 000000000f85e438a8cee109ab1cad44f8324ce70de21b95b31fd038451e8f13 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.79 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,849.15 GB sent, 100.95 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.