Memory Pool Memory Pool Refreshing

3,007 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,278 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,780 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,277 (827,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,196 81,196 000000000031acb1faf54a465f0ee92c7007c8d66e65196629d0a92445416638 0.01 MB 6 0
81,195 81,195 000000000013f77f97e663833bc71f97d2e3f4bde2374dd9cbb64fbb107250da 0.00 MB 1 0
81,194 81,194 000000000021ded172d2421276ff30c9bb9c1c23433857ea9fbd91c7270465e7 0.00 MB 4 0
81,193 81,193 0000000000408c182916bb4120eae5a1105584f5bdc81f5732713a4b8e05b980 0.00 MB 3 0
81,192 81,192 00000000000a6d21d2af4285d163886880d1ffca80b2ed8afa0915f3dc59f485 0.00 MB 3 0
81,191 81,191 000000000032cdc48107bedff2cef8de18702c57a8121f49868d2957f6f829f2 0.01 MB 21 0
81,190 81,190 00000000001ceff9816746268e40cd31ff3dece3be6a291c8a933a421a6913b4 0.00 MB 4 0
81,189 81,189 0000000000466ed49d50d1ea9ed2bd6d6d45a7d6cc2f1a405df2501a3314c926 0.00 MB 1 0
81,188 81,188 0000000000430c45a7f0b3d1e3dba0539cd2fc1878f07718c344bd5ddf8a6da4 0.00 MB 9 0
81,187 81,187 00000000002542b25a780c2a02ad38a460448f3cb7898ea19e60bd7d16faaf23 0.00 MB 6 0
81,186 81,186 000000000017dc568cc5cb46cc8574a6f1b251bdd35d8bea522991e620e5bf11 0.01 MB 50 0
81,185 81,185 00000000003ff3eff2fc443a4940dea48fbd65dbb9b79edc80951b11e24599f0 0.00 MB 11 0
81,184 81,184 000000000003629ce14afe1f2924999662e2676dc845f483785f32e16fa4ba8a 0.00 MB 1 0
81,183 81,183 0000000000052b468c157df51dfc94ce0dac3fe6835dc5c34a0e3ca9cd3db6cd 0.01 MB 6 0
81,182 81,182 00000000001920b0c46325315005d93eccf08f2db6c27b9df7bc84541ebe5a6e 0.00 MB 3 0
81,181 81,181 00000000001f933798f9c9f797f1dfada6cff83e5df6bf66d0adab065b259699 0.00 MB 14 0
81,180 81,180 0000000000000c09b9ccea944fcd896ebbd100c156742e52997dde8099169c57 0.00 MB 12 0
81,179 81,179 0000000000151e67d5341549a6a28d84e3a4760ac2a8fbd1135e1121feb77b9e 0.00 MB 3 0
81,178 81,178 000000000012697f67e9e18a4d030bebc63a65da08c931312803c53c334e8ad8 0.00 MB 1 0
81,177 81,177 000000000037fb5af11bca0e4f33243a414740c5787a5fe45c7d1b272d158e32 0.00 MB 3 0
81,176 81,176 0000000000160a092239ba64d53a89fa88d963de979bf0d4f4f7f41757b524af 0.00 MB 17 0
Previous 10 blocks ↓
Total Size: 770.13 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,691.82 GB sent, 98.19 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.