Memory Pool Memory Pool Refreshing

11,050 transactions (3.44 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,877 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,912 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,876 (855,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,581 53,581 00000000012f3f0094a471017a2db6d35b5b98affc32adbb8291435af248b90e 0.00 MB 2 0
53,580 53,580 000000000975f5582b4f925873c1e82a87dd936009b8969a2f1450568ed5631e 0.00 MB 1 0
53,579 53,579 000000000452780c7cbb2dbbf6f209dae499cdded93c3d4734aaf0e1ba0cb918 0.00 MB 1 0
53,578 53,578 0000000002ce0b262db8f8a66883e289d38219380660d1565fa7f51c9d51821c 0.00 MB 1 0
53,577 53,577 000000000e05db30ea519d797dd9b8a2a46ee139791ac21fce0da32758e4a5c2 0.00 MB 1 0
53,576 53,576 00000000058a002ce9ffb07147d2f9f692a569c5b3903d68c343edc9d03e999c 0.00 MB 1 0
53,575 53,575 0000000015a88aaddc550b9578aea97c2e2470ff40f1324b8cec5a1c85e80a5d 0.00 MB 1 0
53,574 53,574 00000000058b40cd811005be351e9a77bc5697dfe156383607293204f3eb5bf5 0.00 MB 2 0
53,573 53,573 0000000005073539eb258f72429edf7740a85c3333b830e22150209759cd2b46 0.00 MB 1 0
53,572 53,572 0000000016122b01791d9b4f1af396a212d80753a3bf76c95217329735a19473 0.00 MB 1 0
53,571 53,571 0000000013a36d2722208045fcec1d5c87bf1628fcd16885541bd3179ea44a2c 0.00 MB 1 0
53,570 53,570 000000000a40973a4422084cf05475f3f362579f8d7d8de5186e1c254d19d310 0.00 MB 1 0
53,569 53,569 000000000308cbb69a69074e9dac10b6f753b2c00d4adba42cf1684a99be2643 0.00 MB 1 0
53,568 53,568 000000000cb7da0228d52bcabe1ee545b3204a5baa0462cc93ed6732617ec829 0.00 MB 1 0
53,567 53,567 00000000019b48efb4255948378f65863026e19f4f4342a710c195987cc37873 0.00 MB 1 0
53,566 53,566 000000000b16a2569c9eb984654806d46a3c5b1ccdf157f5aac3663f2ce4a06f 0.00 MB 1 0
53,565 53,565 0000000007a33e310a09ce57614bac08a0b39676a2c7dbee89ea4d3802b84d38 0.00 MB 1 0
53,564 53,564 0000000001847acebdb54f81d4c59d3567606d86e1f4ea75f7f06edce43e29c9 0.00 MB 2 0
53,563 53,563 000000001319b491935de9ba6f73a1e63a9090230e79ee9788396db659bd39d0 0.00 MB 1 0
53,562 53,562 00000000080e921848ffba46de95afec818d569e2456392a2b9d6692275cc78d 0.00 MB 1 0
53,561 53,561 00000000122378af5cc5cec536096ba94dbbbe91c3184f6ff43d8776a7418146 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.32 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,862.79 GB sent, 103.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.