Memory Pool Memory Pool Refreshing

1,187 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 209 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (742,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,139 165,139 000000000000023c2e979f9a2134ad53b0ba7e5e478e5020f9f4d7dddc9ca15a 0.02 MB 53 0
165,138 165,138 0000000000000bae931b6d2df53810af2f018964595092db5759358d82ba50cf 0.09 MB 39 144
165,137 165,137 00000000000002b77fb86fed5396544c5c09599ae1efccfd99ba132517acde03 0.02 MB 39 174
165,136 165,136 0000000000000c31454c146a7734a524a05d53f72cec3c46711f76bb54772652 0.02 MB 29 46
165,135 165,135 000000000000068cb5403976e66ed21f58e2cf1cbc853182f6cb4e84926897f6 0.00 MB 10 0
165,134 165,134 000000000000059b797b0b748e6537540fbd55aa9198bc7fb4f29d268fa45c6a 0.02 MB 33 39
165,133 165,133 00000000000006a122aa6744afb48ee09ad7781fb04dcb0e3a3c388b72707a03 0.02 MB 76 135
165,132 165,132 00000000000009f3c21a9317aaab2e6e025323e89c2126124dd4ce7d3b2cd839 0.00 MB 7 44
165,131 165,131 000000000000067eff1636c711d48be1519db819a023f444f2ef1e3aef14c3e1 0.01 MB 44 4
165,130 165,130 00000000000007e0ce1388982bc537640e04301abb3c9e794ba477d3d20fe0fb 0.02 MB 39 241
165,129 165,129 0000000000000934403e942948e85fc5ae3fa102031ce0fec100c79018fbe14a 0.01 MB 28 201
165,128 165,128 00000000000008a755a0acbb58a817e737fdac0ceafd5892a8777ee04082f644 0.05 MB 141 71
165,127 165,127 000000000000071ce3f2d24da9c279051131cd85a608d258c61b3116a93ca94f 0.01 MB 18 68
165,126 165,126 0000000000000c28a327a19d1f3fc9f7aded3d4db4a6832ff84ea7cd6eb48e30 0.05 MB 89 13
165,125 165,125 000000000000082fb2637c6521685489e3754790a6870786f4e1d28ce915a4a6 0.01 MB 22 45
165,124 165,124 0000000000000b0e7c5cd5f12243c458b1b65180c58e3f8e4fe28fed1df8db4a 0.02 MB 44 399
165,123 165,123 00000000000005f07ae28ab5d9705a09767ed7d9219629160c2ddeb9db0efafe 0.00 MB 12 45
165,122 165,122 00000000000009a06b73de836638eb026ec1e8a488e5434058b68cd32ac6086f 0.00 MB 1 0
165,121 165,121 0000000000000973adf4d772e99f0ba2572643ae6ba9d1c40fb93833cb78c0dc 0.01 MB 22 204
165,120 165,120 0000000000000677fe84e8a0b60eaa0491232d8fbca033a4172c0e38e8193f3d 0.02 MB 50 36
165,119 165,119 000000000000038f7da12bbbf1bcc63f5fa23895081935198f63325169a8a1ad 0.00 MB 9 56,564
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.