Memory Pool Memory Pool Refreshing

12,300 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (772,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,465 135,465 00000000000001c2d6752edd0f002d08b90b32babfcd33b6036d8d73028adb6a 0.00 MB 13 1,162
135,464 135,464 000000000000047e1e8cf79db89d219fd09beb6e1e9d292cf92fe03e1e572d0b 0.03 MB 90 251
135,463 135,463 00000000000000511a83591aeb6e6b3a21c02867aef7a6598de0372e2a718e81 0.03 MB 43 271
135,462 135,462 000000000000087cec2dd154a5542649368abb72feef723f012e417d90d87f87 0.04 MB 114 283
135,461 135,461 00000000000003cf7f4ed3a45e1e19bd86c5c0584bd5883112b183e48e417fdc 0.00 MB 15 80
135,460 135,460 0000000000000a02b7e0936008f996f013594cb48f601ef3f8845c8976cc18be 0.00 MB 12 88
135,459 135,459 0000000000000837343715082e1812b33530d8aacbb7c338b3cc56811d705d71 0.01 MB 26 749
135,458 135,458 00000000000000c30ab6fa56a981254d45be8b0dff9375e59d73a33681d2c9e0 0.01 MB 26 292
135,457 135,457 000000000000089b8104535e45427cbf7d767f266f8b6558c2b2594d1ffbe418 0.05 MB 89 531
135,456 135,456 000000000000097e5094b6bd626c2904aaa1e86d96d9cd75cf82f328cce6f8a2 0.01 MB 14 306
135,455 135,455 0000000000000aad97896db09dc02cc1b4675cbed1a417a54101254568eb0620 0.02 MB 71 2
135,454 135,454 0000000000000294141824cb82a27c6607a72457db4f49f242da596ef5e85347 0.01 MB 16 74
135,453 135,453 00000000000005be078753dae291da920283f48e2207179578f0f8eede44ed70 0.01 MB 21 177
135,452 135,452 000000000000008fc20b04dccfce65901d116bd3bc5ca3a6002e0821dee0856b 0.02 MB 33 719
135,451 135,451 000000000000061d699d6ada0d5f01fab379bd8c97364fd837066955391e73bb 0.06 MB 157 495
135,450 135,450 00000000000007f3d2753059ae454ef634ef1c8c1efd36e6be429c2084bfb079 0.00 MB 6 116
135,449 135,449 00000000000001621dd40f38aa695cc87eb53fa2e0eb2caf784da9453a93605d 0.01 MB 13 161
135,448 135,448 000000000000046fe6880d7690630d0222ae53514990206599743580a4bd7f16 0.04 MB 133 67
135,447 135,447 00000000000007200e80dfb3a741b845a5c0e38a1ca5eef43a7059842578e86a 0.06 MB 103 297
135,446 135,446 00000000000002dbefa5950d7fd760f62260be2a048fe5bfd8efa363b9d7375c 0.04 MB 85 460
135,445 135,445 00000000000008f7ef5279204b79f832c32dd38c2a72e82b3d9e1d16763af051 0.00 MB 13 369
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.29 GB sent, 92.90 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.