Memory Pool Memory Pool Refreshing

10,221 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (409,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
498,168 498,168 000000000000000000783ad0687db039279bcb3ab76f00d57ba6fc74ed8ea368 1.01 MB 3,000 360
498,167 498,167 0000000000000000000d214e36e26e9513eb3c736342b03a6f0be1d8a0aaacc5 1.11 MB 2,363 377
498,166 498,166 00000000000000000033d596151369b80a0899f04ab00e12a2fd6c81a4c9ed7e 1.08 MB 2,645 438
498,165 498,165 00000000000000000057d40eaa0f7947e0223246db521ec049d4a9593afc2543 1.08 MB 2,607 351
498,164 498,164 00000000000000000025d05026894c4e2da70e10f585d71e01d86e7ace339ea8 1.07 MB 2,389 309
498,163 498,163 0000000000000000006652150e805ac705b945e07325c39e6c5fbf1b440ecf36 1.08 MB 2,607 268
498,162 498,162 0000000000000000007a2877cb20d30e9672b313b30c67416bd598d37d029049 1.07 MB 2,737 373
498,161 498,161 0000000000000000005ffe87341d4deb84208bc703834ee23ad3c1648cd2441e 1.09 MB 2,620 385
498,160 498,160 0000000000000000005702d4b3cb3975cff0d542ddf52df9587553b8a82a7fd5 1.06 MB 2,525 292
498,159 498,159 000000000000000000a5d2d8a4131528ba05a86b7fc5d769dbb2a21dcbd5ffdd 1.05 MB 2,799 262
498,158 498,158 000000000000000000b04e1a33acba799db7085f5d41efdeb30c2aea20eb21f1 1.03 MB 1,286 313
498,157 498,157 0000000000000000008fd192db76f3a4488be76634a01bf7178e866bc85f535b 1.06 MB 2,135 315
498,156 498,156 000000000000000000a4319446e5dfe30460eb9ab2880dbf2947e13d83ad6ec6 1.04 MB 1,960 330
498,155 498,155 00000000000000000040b8e56a819c79b3e6987d43f08a33d7a942fea6e4563f 1.04 MB 2,048 269
498,154 498,154 00000000000000000058bda529277a2900381e9eb817185019d5bed94a4135d8 1.07 MB 3,013 388
498,153 498,153 0000000000000000001479f2721f7662a8454edc2bfc08fa3c86688f9551e3fb 0.00 MB 1 0
498,152 498,152 0000000000000000003e9d20240b5bebf0ce9128c757ecb8be6b62bf4ec0c1b0 1.07 MB 3,301 392
498,151 498,151 00000000000000000013b3a6bef4ffe3055fec85d1fe640747fbe26c7359d6f2 1.05 MB 3,198 350
498,150 498,150 00000000000000000016b85d8876651c5f1f0b45f4a5c9a67582b493cfcb9a43 1.04 MB 2,572 303
498,149 498,149 000000000000000000089fe6d9200eeb85f97ec1f1faab7098c8a44b3fb935c1 1.05 MB 2,351 344
498,148 498,148 00000000000000000050e7aad8262c129872229054e6fc7458429d74ed952e9c 1.06 MB 3,318 369
Previous 10 blocks ↓
Total Size: 769.03 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,625.72 GB sent, 93.04 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.