Memory Pool Memory Pool Refreshing

1,593 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,874 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 1,593 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,873 (779,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,724 128,724 00000000000011ef0c91046c2bbb0f7340e56410bed81dbe31fcf761e6462d89 0.00 MB 9 1,337
128,723 128,723 0000000000001edfce25ef8ce25e207beea57366dce44d2dca896980502df819 0.00 MB 3 4,140
128,722 128,722 0000000000000aee10abf7c239183f6c1721003740f6565601772dba5f4ee5c4 0.01 MB 17 186
128,721 128,721 0000000000002197a864a7907f1f6b9380491ff6d5efbc8fa87e88b9aa00bc50 0.01 MB 30 1,194
128,720 128,720 0000000000001ec3a659dce5b790deae0169ac54401d6c724021380a2b24f8c3 0.00 MB 13 307
128,719 128,719 00000000000008cd4f6febe923633d228aeba40f0dd3f7d59d7bb5a945fcdb7f 0.06 MB 150 76
128,718 128,718 00000000000008039ca96a5a84c77decf96580602c7c3c63d320a8edc09ac2ea 0.00 MB 11 548
128,717 128,717 0000000000001753cba83bf36179cdde1aaebfa13f745bc5747d0725c68224d2 0.03 MB 80 1,557
128,716 128,716 00000000000018ce6f325bf58a281f195ef37cd37ce03b5993dc5610f9d43e6c 0.01 MB 27 806
128,715 128,715 000000000000219305467e694a6231fcf03f7791aca0095bac6c6a3198d98232 0.01 MB 27 580
128,714 128,714 0000000000000690be12e9b7804d1113e9b8f526e546cc6b6b91eb925a3a7da6 0.03 MB 86 2,525
128,713 128,713 00000000000013ccfe9438242cc728d5a20064ac912f1b65f7159d05f713d387 0.01 MB 15 1,132
128,712 128,712 0000000000001d277eb822b828d97318b0b264c5c18e3f2410bccd4d1feeb251 0.01 MB 25 956
128,711 128,711 0000000000002488ae2e740304600243c1967ff54f8398ad70def3f15ecda314 0.00 MB 13 330
128,710 128,710 0000000000001eeb580b19d8a5f178630e3d56b1fb3d6872abb05b844632a417 0.00 MB 13 285
128,709 128,709 00000000000002a1f1bf0c088dadc4714a0ffe4043678e807817d1c0af414d07 0.01 MB 29 587
128,708 128,708 000000000000243fc7ff767b4b2074064964df535e7070dcac157f6983b045fc 0.04 MB 100 347
128,707 128,707 0000000000001f7a5ca18699f06f4d73126fe7e22a306c9f9e4f74143f752977 0.00 MB 12 2,580
128,706 128,706 0000000000000d758f248b29df2c088c6f45962e723afc1b362e3f687850fed1 0.00 MB 10 564
128,705 128,705 000000000000151b38c20876711c7c8c09593157d05d613666c6606f5915b60e 0.01 MB 8 510
128,704 128,704 0000000000001a752b4be0f713babba90c9e5299f5b66a39564a3f15a574a050 0.00 MB 8 1,349
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.73 GB sent, 94.45 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.