Memory Pool Memory Pool Refreshing

18,782 transactions
5.99 vMB
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (688,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,464 219,464 0000000000000226d7fc67630e75de117e83e3655da7f7f32b5feb78ba5b8bf3 0.00 MB 1 0
219,463 219,463 000000000000052ddbf2a0a05511844ee8ffbb755aa3fb9eb65c15da081c1cd0 0.05 MB 149 367
219,462 219,462 00000000000004aed4fa9615c99cedd3d5a34ad096961104380c0223ee9c4c74 0.11 MB 216 162
219,461 219,461 00000000000002628e341dd0b642ffeab699ce34ae85827c0586015937c2dea8 0.07 MB 89 116
219,460 219,460 000000000000015e56a2c3ceeb0ad900e8e75e8b3aec0c93a2ce64658506d3d0 0.25 MB 684 262
219,459 219,459 000000000000018f4a16d69927dc498f2be052c896d708c7f90dbaaedba05163 0.03 MB 67 87
219,458 219,458 00000000000002caeca4301cb75579c149e62802e8fac0416f277d4d61068dc4 0.29 MB 495 143
219,457 219,457 000000000000026c61749328aa7d39ef206818a9d7187ff3457a0e6e37ea2e05 0.25 MB 630 223
219,456 219,456 00000000000000d04af51dd8aa413e508bd5de1f3f757d1888f84037d20b1575 0.25 MB 720 260
219,455 219,455 00000000000003e79edcc7e6ed1fa2d11a55c18c6944d9e743d4f2699471b70b 0.00 MB 11 238
219,454 219,454 0000000000000494260efd1d4383ff7b08d17083aee66cce3459db5ee43ac81b 0.10 MB 189 155
219,453 219,453 000000000000046c9bdfd2e292be5cad4fd33f4616395074d8bc3782e3e9f7bb 0.08 MB 123 114
219,452 219,452 00000000000001aea4e9bc91e4396472b25a00a2d96411082ddc9aefa4bd0d10 0.08 MB 256 221
219,451 219,451 00000000000002ca45b52d5861b7c278f9564702adc61558099706dc4e45ebd4 0.29 MB 647 183
219,450 219,450 0000000000000392718f76a94d9c07d3a41dcb88be9c2ac3d88421965ebb35ba 0.31 MB 619 139
219,449 219,449 000000000000038569712c975629026cd0330c4dca583b3edfcf08293ca5abe9 0.00 MB 13 361
219,448 219,448 0000000000000524e45c0125ab308cc57345ac57d3e87b18a402005a63b16357 0.25 MB 837 278
219,447 219,447 000000000000055dbc45c68cdacf36b82039a5156e8f81086e03558e6cbe2c91 0.19 MB 503 221
219,446 219,446 00000000000001a2e98a16f8ef5cd50dcc54b03d56fb1c0f482d5dd5acc01a25 0.15 MB 251 138
219,445 219,445 00000000000000e9febe1b4bb349809e5e76d8682a9a8b24986ca084d63f3a32 0.00 MB 13 5
219,444 219,444 00000000000002d20712059e042967e889c9daa3085b88c8649bd1fcdaaf293d 0.25 MB 570 201
Previous 10 blocks ↓
Total Size: 769.02 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,624.39 GB sent, 92.99 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.