Memory Pool Memory Pool Refreshing

7,546 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,863 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (11,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,145 896,145 00000000000000000001dbc9322048a54930a219256d20cd7b52cf7c0d94d589 1.56 MB 3,557 4
896,144 896,144 00000000000000000000cf175ec6e7d103fab835cb8821fc71742fca63aea809 1.85 MB 2,702 2
896,143 896,143 000000000000000000021547861c7d8f42915eada2fdeb7457f2c49c2ce1b03a 1.63 MB 3,390 3
896,142 896,142 00000000000000000000f1cca62f2dc1a921a9862d7c76a3dcf4c4ce451cca7b 1.76 MB 2,821 3
896,141 896,141 000000000000000000012400873d43f11cbf2d870d2c5fcfda164bc8c223f32c 1.57 MB 2,765 2
896,140 896,140 00000000000000000001d76c3fa67d92bf9891c23b6536818e47fa2bcfd9bdc8 1.55 MB 3,926 6
896,139 896,139 0000000000000000000008744531967c2b040f769d09e86577f6075cfce936c5 2.52 MB 1,816 1
896,138 896,138 000000000000000000008e3117d6eb3839ab1bd1c1da85dab143159bfd779ec6 1.67 MB 3,525 3
896,137 896,137 00000000000000000000b6e84c01823c90ef0ddb0cb319f521607a826dbe55f6 3.40 MB 1,085 1
896,136 896,136 00000000000000000000815a836fa8a538571084142685901763ea6f766cc320 2.82 MB 1,144 1
896,135 896,135 000000000000000000009592a1a10838d7f5bb9a7e926c11b9334e16a605d054 1.66 MB 1,218 1
896,134 896,134 00000000000000000001148580cfac04bfe5e4d87529ae333c37b5896dca3e34 1.74 MB 3,896 3
896,133 896,133 0000000000000000000152fa7fa7bb923800cde584039f60e2c25a57bfb7ada8 1.76 MB 3,147 2
896,132 896,132 000000000000000000022c23ace726604cbe74d06427d8fe000e5c3efdfc936f 1.71 MB 3,910 2
896,131 896,131 000000000000000000001cfd9c29dae697869459cb2af733762ef34a5fbbeb8b 1.80 MB 3,075 1
896,130 896,130 000000000000000000021f3cd6a980043c333e8879a35767639cf214bad2e2c0 1.78 MB 3,930 1
896,129 896,129 000000000000000000010a0e2ee4ec85c87be3b1640c1a014d1165f07d0194d8 1.69 MB 3,748 2
896,128 896,128 0000000000000000000113f0e04b28391648dbb6f94c6589af46244802b28fa4 1.71 MB 3,826 4
896,127 896,127 00000000000000000001be8defc0052c092c6009420ba3c43f02802ae27ec16d 1.63 MB 4,023 4
896,126 896,126 000000000000000000000d3533f9deddf7c1583bc83cdc15d1ed67a88f951bcd 1.78 MB 1,943 1
896,125 896,125 00000000000000000001eb20306fb8598af22a30e5db1896738f2d055802f90c 1.73 MB 1,453 1
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.40 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.