Memory Pool Memory Pool Refreshing

8,431 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,516 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (681,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,671 226,671 000000000000008b9c85d423b961ef15735eb0b54ca178e1d5bc187674075b55 0.25 MB 494 173
226,670 226,670 000000000000006d417b81e520aa09ae3c32e565d9317b19c46d8fde095dee2f 0.06 MB 147 213
226,669 226,669 00000000000001260a42fdfed7c5c635087fc9a3b368c5dcc052f263617a5915 0.12 MB 255 155
226,668 226,668 000000000000035fe9d466530d46886524203761284367decc373cf1e79910ca 0.14 MB 313 178
226,667 226,667 000000000000016e23cb0194dd2f9c98cb33c3b8338f8bfec2b29fb8cc5e4c54 0.21 MB 285 126
226,666 226,666 0000000000000151220d4e2dfd12beb0cad8b84988cb1e2b5c1184187aff8ac7 0.06 MB 32 28
226,665 226,665 000000000000027a74e7e49724eedcd5ea4472e994932b37d664d287697058ff 0.19 MB 342 138
226,664 226,664 0000000000000183e8c6c878dc32308fb0a02d4a1cf078e3963d64ba634292fa 0.10 MB 206 71
226,663 226,663 00000000000002244b9edb2f281a55e0eecbb64cde9534af415a73c63e8e4fb1 0.24 MB 445 185
226,662 226,662 0000000000000233b8b6156492c025d6b98bea22d78012f96d5685a3c77e3281 0.47 MB 720 135
226,661 226,661 00000000000001c4edaea6237323e695420d390342a7a4c28cd17a787afa0b11 0.25 MB 560 206
226,660 226,660 000000000000010150ad0e11e66cd5db26dda861531cfb9f20b3d152464208c4 0.25 MB 725 238
226,659 226,659 00000000000003196abb7cbd92f86363623f7de7aa3aac888034dc1a50a60ae0 0.09 MB 180 224
226,658 226,658 00000000000000828d5582b960cb7a28680117b9412a945dc7272512ca80d770 0.00 MB 1 0
226,657 226,657 0000000000000362a0aa4d6d5ad90fa3732b7ce6d3a7a35c37df4db50d87667f 0.15 MB 155 48
226,656 226,656 000000000000031d2d491f569b20c3e5d95ccd0b518e009981a07c1735acc477 0.21 MB 454 164
226,655 226,655 0000000000000271192537712a8fc5c7dd85565b016995ac94b4ad3585c18721 0.15 MB 246 123
226,654 226,654 00000000000002b6be316401f343cdc44502dba1336215e199021d546fa95b49 0.15 MB 157 78
226,653 226,653 0000000000000024efee317599a6be3b0e20289a83beb247ca1d0130e9972601 0.24 MB 550 173
226,652 226,652 00000000000000212b2e58c3c6157ff37b2a2455c815fa061bd1331f91d1939b 0.05 MB 155 127
226,651 226,651 00000000000001d9c0eccda047884ecf4eddf57bb67afe5546578a08d15d7bc2 0.43 MB 666 126
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.88 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.