Memory Pool Memory Pool Refreshing

2,864 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.90 vMB 2,854 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (562,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
345,557 345,557 0000000000000000055f4f096201cfa7e20585cccfb98f2755ef6cd6c5ee527f 0.21 MB 359 22
345,556 345,556 000000000000000001705c9bc21f36d65e897647902c912ad2ffcab0b0031908 0.15 MB 207 18
345,555 345,555 000000000000000000a13e877286ec45abb350ba22965cd55b9cdf4785a2af1b 0.47 MB 877 27
345,554 345,554 000000000000000003ef1013a2c12fe1754431230554405c94cda8f4dab1d35c 0.71 MB 945 7
345,553 345,553 00000000000000000dbe3a877bf83922ac2be1797949909a53e66f174210fd83 0.36 MB 301 11
345,552 345,552 000000000000000015d0895b9b8c288868624ea348949d30ecda497e43bd5c5a 0.75 MB 747 17
345,551 345,551 00000000000000000c7f188ea917c0cf33b3b191d0eac75d95ee9bc5333c01d7 1.00 MB 2,150 29
345,550 345,550 0000000000000000160e09ef59105afaa1f5cd798935a53120e03171dfcc1d2e 0.75 MB 697 18
345,549 345,549 00000000000000000b1fdc4c51145c288c67a1b202565fb44666e4477b12130d 0.17 MB 154 19
345,548 345,548 000000000000000010ccbd494910afaaaff7557fdbc33ac45507daecbbfcf41a 0.75 MB 1,399 24
345,547 345,547 00000000000000000a6bd36f7cb1155497899dddaf03fdbcd7b4159e561a523a 0.75 MB 2,601 48
345,546 345,546 000000000000000016348256268b326b5bb9419c97afe5e61bb4a16220ab5d26 0.75 MB 1,034 14
345,545 345,545 000000000000000007569146ad6540844976be1144df53b70a6dca836cedd620 0.90 MB 1,393 23
345,544 345,544 000000000000000008056e89c957c735d00be944308181182d55720d1d4f491d 0.75 MB 1,138 26
345,543 345,543 00000000000000000ac0ba23a6a577fba8eb7b094f3e63facda6bb7ceb6a3896 0.33 MB 1,024 44
345,542 345,542 0000000000000000085607b49958287c330e597a772548f2f6544d68bd3b3cd4 0.75 MB 721 19
345,541 345,541 000000000000000007561717daa3a1fff571a36e59d8932959281aa4bb538d40 0.75 MB 1,798 39
345,540 345,540 000000000000000012a4aa6ddcc72d42bb81c08bc67e6a75b93b6422c0ab7df2 0.16 MB 345 27
345,539 345,539 0000000000000000013e335894a498611bb35c20bfe1c3b122a71039277df708 0.53 MB 941 27
345,538 345,538 0000000000000000024f27df7d25bca3be60f120a43df836ac00d57db7c1071e 0.10 MB 49 5
345,537 345,537 000000000000000014dcb0b5fd759e4802faa03ad0e7fa8135070dcce2badea7 0.54 MB 983 28
Previous 10 blocks ↓
Total Size: 769.14 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,632.06 GB sent, 93.60 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.