Memory Pool Memory Pool Refreshing

7,563 transactions
3.67 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,688 (703,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,546 204,546 00000000000003fe6b2f4a28496c23fb29901b30be6227c0c75dcc956e8274a7 0.08 MB 184 129
204,545 204,545 00000000000000b66a13a505418c75dd7c0c769530f0e4bd0273e6a51d68d55a 0.06 MB 151 130
204,544 204,544 00000000000001a6090f037a564265ea8621d574371a621ec6561e7978d9df12 0.50 MB 468 59
204,543 204,543 0000000000000336211f62951d0bc4bfb5ad096b346244ea84ad5fdf51576292 0.00 MB 1 0
204,542 204,542 000000000000001bee19d3032b6b010e0fc40653ff84efffc2c049d3aca00280 0.05 MB 86 35
204,541 204,541 00000000000003d10e37a88b468552f79f192bf8f1e21f95c789e1eead28d1f2 0.12 MB 258 133
204,540 204,540 000000000000041d6a9945eceafae83065be26aa5eedc7c04fbd079ba0adf999 0.05 MB 124 307
204,539 204,539 0000000000000305d32daae3ad63cd020b1fa75de9faf567284077b82a60b019 0.18 MB 397 193
204,538 204,538 000000000000048611e17e8219ccb84a8574b2c5758ca9079af6601990d23bc4 0.00 MB 1 0
204,537 204,537 00000000000000189e4c89467fdc90092c39fca222ebb2fa04b51c19894fbb32 0.02 MB 39 680
204,536 204,536 00000000000000c2111a2cd4bf43b4eba1c5e89d83befc37abc6eb411666b1fb 0.21 MB 226 91
204,535 204,535 00000000000002691d0bfb6a3bb05389e2dcda62a57aaa85135f6444c8aa15bb 0.25 MB 811 170
204,534 204,534 000000000000013bdfbdfec1f2e79926bed96bd42af4a928701f3e8e43ea98bd 0.05 MB 124 87
204,533 204,533 0000000000000531584ed6de88d7e3f28d50aecf4d7eb688f3c0f62f29f6a376 0.14 MB 362 153
204,532 204,532 000000000000020e02ebc583da01bb4981d7133f4552d55e6033c223d48da77d 0.24 MB 470 120
204,531 204,531 0000000000000442b61b4de9d17903edc56ff25ed01f3e4f65a0e6ba79ccc451 0.05 MB 133 34
204,530 204,530 00000000000001434d9ba91cdd1672461b239b6f13aa4a247dc926645d9236fd 0.42 MB 678 99
204,529 204,529 00000000000004e9fb53e022606122c5ef7d5c6d93e9a5d19f85dcdad5f13086 0.35 MB 704 99
204,528 204,528 000000000000056b960244215f62e87ce9e3c89b8d3602265ae9717275a60956 0.25 MB 801 182
204,527 204,527 00000000000003d68726dbd25f7ea4b8ccc8a7342c4cc539819636ac701f373f 0.05 MB 133 35
204,526 204,526 00000000000004232ab28b32bd1a5b7dfd504d4ba50220c705b82016fd572af4 0.34 MB 766 132
Previous 10 blocks ↓
Total Size: 768.96 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,615.43 GB sent, 92.63 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.