Memory Pool Memory Pool Refreshing

8,282 transactions
3.19 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 4,034 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (207,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
700,150 700,150 000000000000000000029207eaebebdac8502ccc77d49eaf76ba0d4bd96a2607 0.03 MB 78 14
700,149 700,149 000000000000000000033dfd2a4bc7e2e9ff363274d83aabbf8ec50b2edf8cc4 0.36 MB 584 15
700,148 700,148 0000000000000000000db4a314463717d17e71bf9378a602615e6f5f03119309 0.05 MB 140 17
700,147 700,147 000000000000000000083e79137399ffbfa03e580ef7483bf5ee8890e741083a 0.08 MB 182 13
700,146 700,146 0000000000000000000af753f3a26495504e8ced9969bc9ed06d4ba76c84d56d 0.03 MB 87 10
700,145 700,145 00000000000000000002d63ddb3a3a721d50807fbb751ac423fda23b19a018b2 0.18 MB 290 14
700,144 700,144 000000000000000000005a71149a8b4f5febe505e60fed1bed12e3c6da4752d7 1.36 MB 1,818 7
700,143 700,143 00000000000000000008c395fc34aefd9dcb7cd5a957243416dc6aa164f8ee71 1.30 MB 1,715 4
700,142 700,142 00000000000000000007be784621640d471a362b9ea6bd50ff38849917143e14 1.40 MB 2,408 18
700,141 700,141 00000000000000000006155b04b3ab1d05e1e291e302ebe62698faef25e739b2 1.30 MB 1,166 9
700,140 700,140 00000000000000000007863d636f44f90b8af8df1d0da464004a1bcb67fc21a2 0.46 MB 633 19
700,139 700,139 00000000000000000007f9422be309af8120ea32d3d3a0d25b15af209a8af416 0.13 MB 191 30
700,138 700,138 0000000000000000000d31c8bc3bc2bbe4ba13a11d22078e3094922cbbe170dc 0.08 MB 141 12
700,137 700,137 000000000000000000064724807bddb26d12e2fcb7b2eaa59879e7a025f875d2 0.36 MB 521 11
700,136 700,136 0000000000000000000714a769739ac7871b19624be47c13b98b5815a8616b0f 0.49 MB 723 16
700,135 700,135 0000000000000000000a0de237f0a267dbc0c8c113a802fcc3f20ddf6068293e 0.30 MB 402 9
700,134 700,134 00000000000000000005fafb833335f4cb02b4dee8e1130dc9385407f76ecd6d 0.38 MB 419 5
700,133 700,133 00000000000000000007ace543cd3ecda10705e24854133fafb68efab1362ac2 1.05 MB 1,134 10
700,132 700,132 0000000000000000000c722b3d03fcd9f0a487853a375b0d17240b32d6385a36 1.33 MB 2,019 2
700,131 700,131 0000000000000000000e1075aa0d6cbd86965eb788c379eb7cf085f5bd043334 1.42 MB 2,088 17
700,130 700,130 0000000000000000000451f22cd473d846c1097f81b68fca27be6918ef0aa1a8 0.22 MB 377 8
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: 11 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.