Memory Pool Memory Pool Refreshing

5,449 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,048 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (439,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
468,044 468,044 000000000000000000a4fcd340bc188cf3f080094f9970b1bae84cd4aae38f76 1.00 MB 2,336 340
468,043 468,043 000000000000000001ab074c62984d7a84677fef795433f6f467bca416a23af4 1.00 MB 2,324 331
468,042 468,042 00000000000000000160834ba27673c1e614978fbe777b861d785fcde1b3394c 1.00 MB 2,361 316
468,041 468,041 00000000000000000120676a9ec606cb1501075b01abea327a5b497328d56b89 1.00 MB 1,553 246
468,040 468,040 000000000000000000576c26137fd05507360d2b7d62a06f8b0598517b90bc7e 0.75 MB 1,954 353
468,039 468,039 000000000000000000f4b72d7e1b6b3561d4e28cc06ea424bc4b511e83449200 1.00 MB 2,687 302
468,038 468,038 00000000000000000008e3fc6fec82a56e02002e2a3ea221f6f1f30bfb6f1408 1.00 MB 2,084 244
468,037 468,037 000000000000000001a32eb3f92c2b3c43c80e973ce5f884cd4616fd9b756889 1.00 MB 1,850 295
468,036 468,036 0000000000000000019bc361c4a7e83cfd88ccc3f6f6673b6542b162d158f4c1 1.00 MB 2,076 264
468,035 468,035 0000000000000000004be4895b5851a8c223ccebe8688d837784c930fefb8d1f 1.00 MB 2,449 275
468,034 468,034 000000000000000000b674a657ada910a6948be6d7b3926196c08b9f554bfcfa 1.00 MB 2,635 291
468,033 468,033 00000000000000000161b09349023159424c96b7b2ea589d9e686abc704c4c86 1.00 MB 2,645 359
468,032 468,032 0000000000000000008512390c0490f26e8dcac8258b50d424d91f16049db88c 1.00 MB 2,168 432
468,031 468,031 00000000000000000015d6876beff4ef3bad17b1020d413e879531f910539a4b 1.00 MB 2,394 369
468,030 468,030 000000000000000000eb350abf17bdac1d24f2ac4a104563b3646667142c8edf 1.00 MB 2,742 325
468,029 468,029 00000000000000000014e62cb63cacbabdce670db741b15dcb33280a69442eb6 1.00 MB 2,690 326
468,028 468,028 000000000000000000706dad131b57b2b8b2110c342a5d9b55112f63a19e6ff8 1.00 MB 2,657 356
468,027 468,027 000000000000000000366728de2c0271f1fcb866508def3904b08c06ff9abba7 1.00 MB 2,061 298
468,026 468,026 000000000000000000fffe95a770ee88c5ef95134e55746b0a5bd23e789b4c88 1.00 MB 3,007 305
468,025 468,025 0000000000000000015ffaa3a6d72162da46de0aace6fd07d80ead8b7ebb2096 1.00 MB 2,323 325
468,024 468,024 0000000000000000010db463d5e487d52ab118e0eeb6c21e134c8065a7a3fcfc 1.00 MB 2,329 387
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.27 GB sent, 93.06 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.