Memory Pool Memory Pool Refreshing

3,805 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,654 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (326,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
581,720 581,720 00000000000000000002d1cb3fc033ed5b9601f05d1663b9642536af78a76459 1.31 MB 2,875 120
581,719 581,719 00000000000000000000b65106a778f007c3576337656267b31545013d14c479 1.16 MB 2,350 50
581,718 581,718 0000000000000000000e707065a407d39ec19b29abefc5263c890e233f4bf64e 1.24 MB 2,617 96
581,717 581,717 00000000000000000015e3cd51261d87df33b3341dfcf6bd13cd5e7e5b968a6f 1.22 MB 2,870 95
581,716 581,716 000000000000000000178541b0ec3642d235a849ef7b282be3e6ba55a8cd1a42 1.27 MB 3,221 71
581,715 581,715 00000000000000000012c5448b11608837b3b1bfa47c4f4c9ad8956412960325 1.10 MB 2,121 71
581,714 581,714 00000000000000000005286882a084044cadf215b35c7b2b288163b7579a5038 1.20 MB 2,870 97
581,713 581,713 0000000000000000001c03e2310e2557840832a16ca16a46b2f83f479a26996f 1.19 MB 2,641 83
581,712 581,712 0000000000000000000401c0be17d2e1fc0546008b003130af4808637e4cac67 1.26 MB 2,194 111
581,711 581,711 0000000000000000001886c53d1163cd02e6cbe1c8fd98def1a59b6592296295 1.17 MB 1,952 87
581,710 581,710 0000000000000000001fe6b093cdbe5ee9c6028cfdc02836770bcd0909daf060 1.29 MB 2,293 107
581,709 581,709 0000000000000000001f9119460145ce137faca9a3dc3d0c423fb4ba22cef331 1.31 MB 2,251 111
581,708 581,708 0000000000000000000cc57997144133d32c1187a7a5b31a7c082b9fe6421974 1.27 MB 1,851 104
581,707 581,707 0000000000000000000f32ba472c2b8ed40a6ed7848355f748a5a5110ad82dd5 1.23 MB 2,234 115
581,706 581,706 0000000000000000001838323b364f916e2d2d029799dd504df1b074b58e93b0 1.24 MB 1,646 112
581,705 581,705 0000000000000000002345794f3b2b80a90350064f24f0b4cff117befd2a32fd 1.23 MB 1,542 87
581,704 581,704 000000000000000000008ad69e94d7c4721594a3f7c8984f1c5381187c942cc7 1.26 MB 3,105 121
581,703 581,703 0000000000000000001f2fb3e8b57ea6b09c7e7bc437591f4e48c077335679b0 1.22 MB 2,650 131
581,702 581,702 00000000000000000009c48fa16629274092429489eef84953d2c18d144b239d 1.29 MB 2,790 125
581,701 581,701 0000000000000000001a755cbadd8656992d2161b9e90f9d63472cbcd7c464c0 1.24 MB 2,119 83
581,700 581,700 00000000000000000023896308165e5118fff660a3ff42bfacb954dd771562d4 1.32 MB 2,530 108
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.