Memory Pool Memory Pool Refreshing

6,220 transactions
15.43 vMB
Show Random Selection Loading Transactions
Max Size: 65/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,026 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (850,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,142 58,142 0000000014144c39758e016b02689338e6a7cd3f20f3570359ccfbd5a15ae569 0.00 MB 1 0
58,141 58,141 0000000005c945a6c720234118ccc74d8d5808500e1144eb117c76b175141565 0.00 MB 1 0
58,140 58,140 000000000e185832abd51972ba13189d026e8714a2d2e184d17898150f5cc4ec 0.00 MB 1 0
58,139 58,139 00000000121d3f035e11e1ebeb81f67c122ffce57a87b8db62d3445e46976c2d 0.00 MB 1 0
58,138 58,138 00000000128a9835afe8211dc469c38a5c1517eeeb8e97e99c1c76f7f9a48506 0.00 MB 2 0
58,137 58,137 000000000c91ad604045ff25f8086b98dc1bf06b4ad86b15088c60633624f4e6 0.00 MB 1 0
58,136 58,136 00000000033e1875dd19fc7312c3f5070fa148dd34ddf143a35491f77dcf8c3e 0.00 MB 1 0
58,135 58,135 0000000009fa89936e95613105e6ca7e04107a25883d02811c6abbdae4b69682 0.00 MB 1 0
58,134 58,134 000000000ecb98d1facc017bc26ad9a9e1b37db2014f9b4e97ff1a6593e1549b 0.00 MB 1 0
58,133 58,133 00000000005fafca7998ad97d97bc5ac7f9d1c613ee7ce66cd9713b75cd3eb83 0.00 MB 1 0
58,132 58,132 00000000034b004b97a00375d5fa927d43e283521e844643c4ef506cfbc70438 0.00 MB 2 0
58,131 58,131 000000000a3f2d55b90b5dcc6d154386b3c13b10e3459f37a8f76f51d856137a 0.00 MB 1 0
58,130 58,130 0000000002603fca541210bc271baef0f9b4b27c41307b53cf743b9cd68f4463 0.00 MB 1 0
58,129 58,129 0000000009bed245505c1959cbd7d72429e15ac884d36f64b1092c4ddecbe6a1 0.00 MB 1 0
58,128 58,128 000000000b91981104419c45b3527fccf44f0171aeb2e2f5b60761dfe4f166f4 0.00 MB 1 0
58,127 58,127 00000000124ac902a7a15be12f910ceec4bcede40e73f0a37bc1a155c1926e16 0.00 MB 1 0
58,126 58,126 0000000001fb2aae4b97cc01baa105b3a261c6c91a28137f5af8188c41be374d 0.00 MB 1 0
58,125 58,125 000000000b330b7197bea641f896bd0d05c20269f4545f98b0a681d993abd088 0.00 MB 3 0
58,124 58,124 000000001000b9eae987a58d09de30b13a319da974ff3e72325ac6a33477dfa0 0.00 MB 1 0
58,123 58,123 000000000aba8eb19e4e54b6788630f76ead3ba51801103cb0dfed7e4a212fd6 0.00 MB 2 0
58,122 58,122 0000000002daca0722b117d21f3893b905faa7d5e9d2aba6eab57b948001dfa9 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.27 GB sent, 98.48 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.