Memory Pool Memory Pool Refreshing

3,498 transactions
0.96 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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 3,485 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (63,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,270 844,270 00000000000000000001d91530e318de288947f7fb06b1c8f18b3da903a7cec2 1.70 MB 5,247 8
844,269 844,269 00000000000000000003529dbe19a0e4db43ad2f52432860c46f6e9fd55a46c2 1.57 MB 4,198 7
844,268 844,268 00000000000000000000d3b6ec71897cb69b47f5cb3317bf9828b96d6a37a6a0 2.00 MB 3,272 11
844,267 844,267 00000000000000000001e863be1d1f5e103605b592ba7e584d87a8b8902d73dd 1.76 MB 3,755 12
844,266 844,266 00000000000000000002cfc6826dc099e018b1ce5dfc0a3570c99dbc1da9c86e 1.96 MB 3,118 13
844,265 844,265 00000000000000000002dbe5c3af5696300cc897793ff96cf0d6d930c117d820 1.72 MB 5,226 9
844,264 844,264 00000000000000000000fdfa50efe03496c38539a588e702aee3720c778fd502 1.68 MB 5,785 8
844,263 844,263 000000000000000000031bfdab38021da59d3645e11e8e3671d350f1053292a5 1.70 MB 3,831 9
844,262 844,262 0000000000000000000067a0b88366124b9e4a2adb599209fc10e10df596ad36 1.70 MB 4,106 10
844,261 844,261 00000000000000000000c1009f6314d8509e80385f04f309039a7f6c9338c8fc 1.87 MB 2,985 8
844,260 844,260 0000000000000000000063cd86b357112d372431ae5513fe5cf9b8e202d1d32c 1.65 MB 3,126 19
844,259 844,259 00000000000000000003404c84da4dbf798bc2a6d4de0eccd5a2b4c1c7948edf 1.85 MB 2,821 9
844,258 844,258 00000000000000000001b5a42f129346fcd0e01a8e0c22806760cdee154eecf9 1.81 MB 2,427 10
844,257 844,257 00000000000000000000d8067fe2e109c2b668f790b7a709e0b3701ddc3277c7 1.75 MB 6,366 7
844,256 844,256 0000000000000000000054061cd09c32d07462a0cdadfbed024fc950fc901b4c 1.75 MB 3,650 10
844,255 844,255 00000000000000000000453b8ba267e780ed382923150fb6887add6ec0d8e497 1.78 MB 6,485 7
844,254 844,254 00000000000000000001e1fc8aa4eae22869aeea0be34fadd24482bd13fca27a 1.75 MB 6,094 7
844,253 844,253 000000000000000000031600ec5d4286ade773f4f04ec01faf7b6902f057f110 1.73 MB 3,726 10
844,252 844,252 00000000000000000001ada63cad62c8ce9e181c160786749dcb62ab6245fdc4 1.76 MB 5,878 8
844,251 844,251 000000000000000000006bc1b7c2ae3f46a517ab0f193cf6054dacad82fbf640 1.81 MB 4,905 9
844,250 844,250 000000000000000000011acbe6089f7c298c5a11b57e2b358bc3d1567e2370a5 1.91 MB 4,702 7
Previous 10 blocks ↓
Total Size: 769.15 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,632.64 GB sent, 93.64 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.