Memory Pool Memory Pool Refreshing

1,862 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,064 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,854 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,063 (826,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
81,175 81,175 00000000000c91a0c174d991e2a504532e1f7b772bb1210be5dfc259bfed7374 0.00 MB 12 0
81,174 81,174 00000000003bd4d1dffd042e31d337cdecdad0cbce5ff1970a100d23eb3617ac 0.00 MB 13 0
81,173 81,173 000000000043005d819c48df9f6a94f433845ed03d3f4a620ab5e8a7a5be84d4 0.00 MB 1 0
81,172 81,172 00000000003d845ab74536b271dbff49eef2404db011fe5b4ed996734271f748 0.00 MB 6 0
81,171 81,171 000000000031f9f02168df9495caad9e31c140bad3c513d1a9f22a631990c6cb 0.00 MB 9 0
81,170 81,170 00000000000bd0daa546dab66fc6f86d155460951b9aec099bbe5a9cd5ae5298 0.01 MB 18 0
81,169 81,169 00000000000f26e80e08151817a9d8a7bb73a58499ab18a3c2d3c3f93e34bfad 0.00 MB 12 0
81,168 81,168 000000000002ed2e290cde8e4426a66830368a333ebb3c53fe1fd0c9123438c7 0.00 MB 3 0
81,167 81,167 00000000003baacd626597188b41cd4627449116a86922a1770a7edaa7d8b70d 0.00 MB 5 0
81,166 81,166 00000000003a32a304738153fba7ca968e1620b5ef3769c08972f103b0a9d575 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.66 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,654.07 GB sent, 96.17 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.