Memory Pool Memory Pool Refreshing

8,465 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,731 (747,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,464 160,464 0000000000000459f7299c5012f4be1cac1e4cc6c520c8c5def1abe1bf341652 0.04 MB 45 594
160,463 160,463 00000000000003b690dfcfd4352ba3e0680aa7853135be434744612fa3b7b1b0 0.01 MB 44 225
160,462 160,462 0000000000000399ffeff5fee6ee9372559f98abb132f1aa985e4adaa843c691 0.01 MB 18 7
160,461 160,461 0000000000000292e2a182067e523c03dd452a51d8551528a523226efcf54ba8 0.03 MB 66 170
160,460 160,460 000000000000030f15e5318715884530e38f2b706112fce2a3540ae6f83d915f 0.00 MB 13 0
160,459 160,459 0000000000000b6c094d15c2e398a121a59b229e4f4067c5a0b654215744e2d2 0.02 MB 46 349
160,458 160,458 00000000000004c0de2c027c2b544f0b97362a7ea66e2988082c98f91788d840 0.03 MB 84 103
160,457 160,457 000000000000016b08fe699988cb6dc623d53d28ce97a4c1b48d79a0aa220a5c 0.01 MB 17 49
160,456 160,456 00000000000007d3f0b040bdb65f6f351f9a25dcc1df2106a4e2f749518bdafc 0.00 MB 11 0
160,455 160,455 0000000000000c38a41bfff7f23f75d8ea74ea488c72c69d9d3c34a29740987a 0.01 MB 29 57
160,454 160,454 000000000000019f18af52406504185a4328b14e65016529bf7255c52357e2cd 0.01 MB 13 0
160,453 160,453 00000000000006abafc191141763d52871adfd7f9bf186b025849d116fa37b72 0.00 MB 1 0
160,452 160,452 000000000000057f8228da1b198bc0f974bdd07040bd973bf7b2ec6cfad30792 0.00 MB 11 41
160,451 160,451 0000000000000869a01a6902059c4ba893006add49d25300bb0a4f99b7916995 0.01 MB 20 0
160,450 160,450 0000000000000c67d4d3e051234099fdb3e695f33ce59c272a7c41cd49f4dce4 0.05 MB 80 97
160,449 160,449 00000000000003ea711c6f3811134c8771c21e8888fd4170730d35a74253aac9 0.04 MB 83 85
160,448 160,448 0000000000000bb17aa4070329f2ff7e46b1db80aa7da975144c150b394d8406 0.03 MB 22 90
160,447 160,447 00000000000000626d02f87a28a86314c546425f3a8ae730b7a1da70b7c88668 0.03 MB 67 85
160,446 160,446 0000000000000888b9f4941eb3a9183256d3a2634bf941fe8071c0b539183e2c 0.01 MB 11 357
160,445 160,445 000000000000026d47aabf684eb2d3c32b865d9fdd1b027d5c772b2dc43642ad 0.01 MB 36 490
160,444 160,444 00000000000002feff7f4d46e8fe8a8881aa77638a831d7057351f8c53262aef 0.03 MB 43 4,050
Previous 10 blocks ↓
Total Size: 769.04 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,626.89 GB sent, 93.09 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.