Memory Pool Memory Pool Refreshing

9,148 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,375 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (755,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,628 152,628 000000000000062d79952bfd484edc78e0f4d141a776f4ad45ada7d3a56078fd 0.01 MB 22 169
152,627 152,627 0000000000000d6448d8670ec6112f01e3591dfe258a586797512c6bedb105f2 0.04 MB 118 27
152,626 152,626 0000000000000c2ef06e4cc169c53c085ef4c5de6b321fd16ba2a96858f8e227 0.05 MB 155 0
152,625 152,625 0000000000000c424c5609c2a64cefc98ad05e8cfefd0e97b8135fda55d61e9e 0.01 MB 27 84
152,624 152,624 0000000000000d4961caea1ae171d8beb99346367418fa3e3924f8f3ad173872 0.02 MB 59 119
152,623 152,623 0000000000000a426075811a9ba8f300bcbee61036b014bd1a38e6a3263f7424 0.05 MB 127 165
152,622 152,622 00000000000007604b70f75b541ce78f9fbe37ef99282379992d3f4c385de47d 0.02 MB 33 120
152,621 152,621 00000000000004b816541499e182a8c554d0e323cf276c3c2b03bd3d8e008733 0.03 MB 68 122
152,620 152,620 00000000000001afb9d06075fc6df9e7c6594b2e64bbfdb845fe264b8b2e77e7 0.01 MB 34 5
152,619 152,619 000000000000084622be550a3797baf90171b791e2c025fb0dfff5e9f791cf20 0.05 MB 126 83
152,618 152,618 000000000000046b3e7ae03ae6ff0f2e007c8bb78031fc1996e6909a99c67b6a 0.05 MB 102 196
152,617 152,617 0000000000000872412993a1e065ade893329196e1a02775eb315064e21e0ea1 0.04 MB 103 103
152,616 152,616 0000000000000bf8f00517a7622ace8ee86bfd3f61efe88a3ad2de8001e8ab17 0.05 MB 167 32
152,615 152,615 0000000000000d7f54854afdb8f3c67a8a8819dfdb904741e71aa250b61ec764 0.00 MB 14 296
152,614 152,614 0000000000000db03a1051d72d9841dc20046c7bbb082ce71ceaa4758c9ebe41 0.00 MB 12 29
152,613 152,613 0000000000000a159af09e3a25e608f61f984ab2a35bcff024e40b7eecd99ab7 0.02 MB 78 176
152,612 152,612 000000000000059d0f4ede6fff233f6c31c51af0a27b509ec9cca1dcfe4418e9 0.04 MB 100 42
152,611 152,611 00000000000006c825e5ec9bfc7ff854d3df52b5ea035e67358384fa48c457de 0.01 MB 7 508
152,610 152,610 00000000000001536d7656ed46fb90af7a8b1a9e14b9ea1dbe46a9cd2b3dd961 0.02 MB 26 319
152,609 152,609 0000000000000c76031e9db8676a01e455d8b64f132950054a584c48286cae76 0.00 MB 9 0
152,608 152,608 0000000000000a8100c3d712366b59a10f07f2f02cc99fd6d08ace917d7ad628 0.00 MB 1 0
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, 114 incoming
  • Data Transfer: 1,621.07 GB sent, 92.89 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.