Memory Pool Memory Pool Refreshing

3,325 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (45,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,444 862,444 000000000000000000029a765b51c4b10fd8add75005d24c5c456578192809aa 1.64 MB 3,404 5
862,443 862,443 0000000000000000000145a1dd9ade281f1521dd4db8a0b7d08e63b5318a1c26 1.74 MB 3,492 4
862,442 862,442 00000000000000000000f5a3937089bb0520caa3700b29b9db6334f06a17366b 1.70 MB 4,107 4
862,441 862,441 00000000000000000001f5d879761fe577d2b32a51b3f4d407cbb030b4ba2268 1.91 MB 5,758 2
862,440 862,440 00000000000000000000c3fb4f8879067e4373e90facfbef9a3f88c421f1fa44 1.76 MB 5,136 2
862,439 862,439 000000000000000000024b1c7baadcab0ad30c9dcb871d1124b6904a1ac567c7 1.70 MB 6,080 2
862,438 862,438 000000000000000000017d3b275d2d7abbca32e6c12dc81c4d4dcd6a1dcc9b2d 1.94 MB 3,908 2
862,437 862,437 00000000000000000002b44927878e290713ea6b1e459f49417bdbcebbfedb4e 1.74 MB 4,509 4
862,436 862,436 00000000000000000000260938245cc6dcf0dcc16e967a5044b62c53ed43edf1 1.59 MB 5,008 3
862,435 862,435 0000000000000000000045b4ea70f19f56838ec67031ca81c4b07e9a56741a0b 1.53 MB 4,772 3
862,434 862,434 00000000000000000000cb8f8105d032230ccf6993ab483e147ca3b5c00bbfbc 1.64 MB 5,134 3
862,433 862,433 000000000000000000011404009af0cfc0c7d3db2c05e3b1c9e6cb95a3fdff54 1.63 MB 6,536 3
862,432 862,432 0000000000000000000180e755bdb0e92bb18b9190b30998a18f06600fc0392e 1.63 MB 6,931 2
862,431 862,431 000000000000000000012b2f9895a92f78282af55bc26573f7333a27892dbb38 1.60 MB 4,901 3
862,430 862,430 000000000000000000022683f2245834477c0a00f955f8571ca4a44f76f84504 1.58 MB 3,391 4
862,429 862,429 0000000000000000000101f48313fd76c3617cf28eb3480bf6a1e048a326a13f 1.60 MB 6,880 2
862,428 862,428 00000000000000000001f279b7549fe97e4186f07f3f7082ba38688fad90bd47 1.84 MB 4,597 3
862,427 862,427 000000000000000000018bb5a7a06d5ebc9ece0f474c720eea5a4919b0be839f 1.60 MB 3,296 5
862,426 862,426 00000000000000000001c0f5eb034c315e255b7cda102452497dfe330df982a4 1.69 MB 3,486 3
862,425 862,425 00000000000000000001bfcd93e40937a574adefa20280a41a727e92e53ca043 1.80 MB 3,518 5
862,424 862,424 0000000000000000000045311ee5636a14e150eb55ac0a3273d84afc36540527 1.60 MB 2,997 5
Previous 10 blocks ↓
Total Size: 769.30 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,642.66 GB sent, 94.43 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.