Memory Pool Memory Pool Refreshing

2,974 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,565 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 2,970 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (859,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,169 49,169 0000000013336f2e54221bf78e02d8fa42a49cfbfaeeb61ce68a6c2100aec3fb 0.00 MB 1 0
49,168 49,168 00000000002c0d4d2ea73dbc0e769459a0ad1bb4e043893e501f85eaf4b9dfe5 0.00 MB 1 0
49,167 49,167 00000000162c1e1a505686acc3d49213dea53fd0614488bf41a5f7916ad16acf 0.00 MB 1 0
49,166 49,166 000000001b345d50d1e1e66a274b497b810230ba7b0750406808f6fd2cfca58a 0.00 MB 1 0
49,165 49,165 000000001b8ce08dfe8924a13f6be3ef00fcecab432489b1d7a4e5a0d5380f54 0.00 MB 1 0
49,164 49,164 0000000010dc8ed781ef0fc09a39b209acf7b11020e1df546597854199e4eadc 0.00 MB 1 0
49,163 49,163 0000000020bee43e8ae5120a3a5167e4dd5522163b31c2bd8c7a3acfb78724ec 0.00 MB 1 0
49,162 49,162 00000000069def3fbe3828938d348b995a4bfb0cba9c5440d10602f8e077e81e 0.00 MB 1 0
49,161 49,161 00000000118e8ae48a102d2aa0d1c9beb3d191fb7def6eee568a809419d05380 0.00 MB 2 0
49,160 49,160 0000000000cd947e05f01a3b67e821d3a79c3c5b75e277cafa5178827ceab0a3 0.00 MB 1 0
49,159 49,159 000000000f8d28041858bf5156cfa585916dbbb02b9d6cda11cb191be021a2ea 0.00 MB 2 0
49,158 49,158 00000000020779a75fbfd00168ad890d4acc912286f7ddc06fced05ac4f3eb4a 0.00 MB 1 0
49,157 49,157 000000000e2b5680dcd5a249bc947553e84221e235a52ac8166b844b51527a31 0.00 MB 1 0
49,156 49,156 00000000262449533514a472a631e51b05969b62a6f13991a9a45a9825c19ec1 0.00 MB 1 0
49,155 49,155 000000000a881dc3c71cab7cf5d3ab21c7aca9d8c5c8548faf4b27c55c455dd6 0.00 MB 1 0
49,154 49,154 000000000b84241bdc8552b7de7bd78c0b901ea37f861845efd8480e177de7cb 0.00 MB 1 0
49,153 49,153 00000000153d8add760828f6f2f3f778cc9fbadbabcd96e156aa919e443f8983 0.00 MB 1 0
49,152 49,152 000000000b463e5e38ed273641959fa9a6f128774ec83360d956faef4765f176 0.00 MB 1 0
49,151 49,151 00000000146cae6b9fe70fa2357150253745528471b146329e9aae261e943e72 0.00 MB 1 0
49,150 49,150 0000000004c510fef275b688e1686b9ef4073c0cc44c955e30e76ccbb02ee51a 0.00 MB 2 0
49,149 49,149 0000000007a3ffa4122f6404795b5a6cb23f7493d452a4255c37a24f18837f7d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.75 GB sent, 100.69 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.