Loading Tool

Explorer IconExplorer

Memory Pool

23,570 transactions
11.69 vMB
0.03891677 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.81/200 MB

Candidate Block

Mining Attempt cbac5e987e1646e20f37243a636d481eb63889e4550986f9b5f91140b057bc09
Version 20000000
Previous Block 00000000000000000000e302f3878319182556fceedbb9bd50b83b87694db006
Merkle Root af66cf0411974c387e7259b0b9ca70c255eaa4d9f8187920f4b2c6d6250d1ff5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,701
Size: 0.997901 1.00 vMB
Total Fees: 0.01971053 BTC
Feerates: 503.57 > 1.98 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,669 (654,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
259,446 259,446 000000000000000ef3506773244690208f9c59bc14099145819d5c7e9bda1307 841 0.31/1.00 vMB 140
259,445 259,445 000000000000001662c07ea903091c6d2f73093381d1eed7c62e49fa6aa02935 173 0.06/1.00 vMB 126
259,444 259,444 000000000000002436d730474dae4335e3b4ac76c779ca4e546888f18be9ec3a 3 0.00/1.00 vMB 96
259,443 259,443 00000000000000083cdd8b0cdde216e9e135cdec6f6f47dda84cbf8983fc3e57 48 0.02/1.00 vMB 75
259,442 259,442 000000000000001d656c19328ba6844ca776a4300353139d9a2010062f9e8da3 219 0.09/1.00 vMB 92
259,441 259,441 0000000000000003b69b17dbe8e8f618b4fa992a5b92d433801b5f986e388ed8 512 0.23/1.00 vMB 114
259,440 259,440 000000000000001f5fad996a2d26c3f504db04cc4dc2b8bba2fe10362981a06c 554 0.32/1.00 vMB 59
259,439 259,439 0000000000000011690c8b8e34d07f855832ae7a6508c3503fc995dc46b37de8 668 0.25/1.00 vMB 161
259,438 259,438 000000000000002319da913344a1ec7022ef071a66ef402dc0511f1a61d84e2a 96 0.03/1.00 vMB 148
259,437 259,437 0000000000000017cbf7bc12df249ed0a75275f820072d3d5f8ce72e86ed14f8 130 0.06/1.00 vMB 95
259,436 259,436 0000000000000017066d2375fa5a96c37df212a513c1afc9d0d4f86d1f9d8610 523 0.20/1.00 vMB 120
259,435 259,435 0000000000000011c448f97b2693988adf6ab9e3f7ba33674fa3b2ddc7dd9a26 176 0.06/1.00 vMB 104
259,434 259,434 000000000000000c0fc80aa869e4bd9cc80fb70628f902f609f251a0b465a5ed 379 0.16/1.00 vMB 143
259,433 259,433 000000000000002566d9e04d9f897b69d2dc673a97f6a7dc35388bf8d9bd5a55 169 0.09/1.00 vMB 91
259,432 259,432 000000000000000f17c0b9383fe5fc7cc543ef71e7b5b7fb7af1ad40f98300ed 125 0.04/1.00 vMB 88
259,431 259,431 000000000000001cb25b8388e7065cafc828d8bd9c75039dddcd6a8a41be84c1 241 0.09/1.00 vMB 124
259,430 259,430 000000000000001405e4fe173fa30f8b71ad395ca1312556e43113c746d869c5 71 0.03/1.00 vMB 90
259,429 259,429 0000000000000010c122ccadd5159697f696ab7404d7454764c99b47d07ce328 44 0.02/1.00 vMB 132
259,428 259,428 0000000000000016a3f423fffea4ae0c52825bd8048e468fb38a89c1f887075e 104 0.05/1.00 vMB 102
259,427 259,427 0000000000000016951ec7aa002d978d30b873bfb4da9b785587097a24da97f2 29 0.01/1.00 vMB 64
259,426 259,426 0000000000000023439149746c9593a30d0fe54ac46adda23ec93e2d8a0c8c34 129 0.05/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 780.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 484.13 GB
    • Received: 3.22 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.