Memory Pool Memory Pool Refreshing

23,923 transactions (5.51 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,175 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,695 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,174 (876,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,163 33,163 000000009d79ec442ce0faeff84913b3ecfb6464aa6efd6b2efebe2e78de744f 0.00 MB 1 0
33,162 33,162 00000000778eb2df36f11c1f7f31325ff2ed142703d0cd6e28a4753885fb1032 0.00 MB 1 0
33,161 33,161 00000000c2941f521cfe0ac5c5b3735f580b1e7f9c8f2751774d87654d95ce5e 0.00 MB 1 0
33,160 33,160 0000000063d53eb7fee993ae06bc14ffffabe5bd8ef8c45565647a40ffdf9e96 0.00 MB 1 0
33,159 33,159 00000000a4d153a6c646ab9d14dffd92e1ea8edfd5f2e896a27db1f10ec8f0a0 0.00 MB 1 0
33,158 33,158 0000000015be30f006c1c1896812e9e73e07b6463916293f466502bb6f736b2c 0.00 MB 1 0
33,157 33,157 0000000078f590ff0ef75495b190aac5a1f30356e36ddb206a5176a3bd40a31d 0.00 MB 1 0
33,156 33,156 00000000a9dae0348dfb17a24f1a8cfcc064d33f1c5cee1df152f3fa97ccb596 0.00 MB 1 0
33,155 33,155 00000000b5a341d092bf31d3d362e08af3f6ddeb59363aa0a9f3b274273b2ac0 0.00 MB 1 0
33,154 33,154 00000000592b848605f94f57d4807fa801933f5871409b9802b22a126fab437d 0.00 MB 1 0
33,153 33,153 00000000591b22aa50773e0fc29ca237548e13e488520230c8406132784410cd 0.00 MB 1 0
33,152 33,152 000000009907d0740ed2033c35cd0d568f7c527c91e8560763564f2ca019e9f5 0.00 MB 1 0
33,151 33,151 00000000d480f3bc8a2b12d3982c52053ede145d750cf8d001b0882d1d3bfcd7 0.00 MB 1 0
33,150 33,150 000000009bbd1dded6b51b5e5ef37bf70d272268f79c9b60a97e0e001cbc1d1d 0.00 MB 1 0
33,149 33,149 00000000326756ef43970606c2fb10a55661ea299392e54d4cd38952893c6826 0.00 MB 1 0
33,148 33,148 00000000b539d4a521d1d4d4dbd5222b90af40cf1d1ebce6093de8e26413ef7e 0.00 MB 1 0
33,147 33,147 000000005a7db657f4f50e2c46b8a4c6020a9e9c1d19b9e60c279ee69c348d65 0.00 MB 1 0
33,146 33,146 000000007220697b93a33ae7ba84e4a0e6462dd53749504753b524d9c459ee40 0.00 MB 1 0
33,145 33,145 000000001b7f18c12b3a9519d90d21acb7c6f47dcf966bf4d7edd4b8d2f96b72 0.00 MB 1 0
33,144 33,144 00000000d3a8c719de15d8dc85dcd917c4025b2b02d4a5dfeb77485b06c02e6b 0.00 MB 1 0
33,143 33,143 0000000056f2aaa8f84d5cb3fecfb79b86e6c32b9622050c7e145f088ead6116 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.87 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,984.79 GB sent, 107.07 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.