Loading Tool

Explorer IconExplorer

Memory Pool

42,325 transactions
18.48 vMB
0.19048785 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 101.87/200 MB

Candidate Block

Mining Attempt 8eebd25f2f05a0188e1ab9f4fb5edf860196235565623d0bd599dac0f7c5ac54
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root a9f34837b2dace698a8b58d143752f272023c079d61590f3335b55d06a282421
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,619
Size: 1.00 vMB
Total Fees: 0.06239710 BTC
Median Feerate: 5.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (634,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
279,300 279,300 00000000000000022ebd4050d634fc414082746bd58bda3a2eea079790761e2f 677 0.25 vMB 49
279,299 279,299 00000000000000013a4fc1fc2a0f5a169048a7b314737c95edc88f391d4b6fcf 756 0.25 vMB 83
279,298 279,298 000000000000000217f860690170bd83b9fd334208295b7c76b369fdfe9f3351 28 0.02 vMB 38
279,297 279,297 0000000000000000fa34875e7f8963ef30f6fb2280fd985b630ffe4a27dc35d2 229 0.10 vMB 70
279,296 279,296 0000000000000000253e01e2f3d263480ef702f4b1e3776c4125635cf7f3d413 418 0.18 vMB 44
279,295 279,295 0000000000000002284ebcc298d8fb6e4a9efe5f12c7732f960e0ba15e0a97be 324 0.23 vMB 27
279,294 279,294 0000000000000001e639baadef26e23070faa456ac6f2e03ce522615a3b6a5aa 400 0.23 vMB 53
279,293 279,293 0000000000000002f89b5eea45934f3368547ec1013bc7921dfff55c510f8fb8 394 0.25 vMB 29
279,292 279,292 00000000000000017e9b567ce0678c9720163e05a9dfd7d573478e2e5aaf4802 549 0.25 vMB 36
279,291 279,291 00000000000000014c7072284a92a2bd6350eb4d8165741e1b9a2aaad382fa46 789 0.25 vMB 63
279,290 279,290 000000000000000087a2b7ee5c816036577277f4914dabf796907755b47ef3b7 10 0.00 vMB 49
279,289 279,289 000000000000000167c55266d61ee76f63285a140d42eb829214da9a7ccf4725 60 0.02 vMB 35
279,288 279,288 0000000000000000d56fc0fbb0365f25b341d7115a1a23094a6aa8b8618a74e8 8 0.00 vMB 36
279,287 279,287 0000000000000001cb2235ac3ef9dc5ea6b689de2d7597313167d92c0997f4ca 68 0.09 vMB 10
279,286 279,286 0000000000000000538212691ce3615df51751fd7df6a43d505013948f3bbf5b 493 0.25 vMB 29
279,285 279,285 00000000000000020c1ac03df8de446629ddf459daa7ef2ed14355a750978f7e 850 0.25 vMB 82
279,284 279,284 0000000000000000a8de4382f645d27cf6242acfe5fb6dfc0292ced8ff56c562 46 0.06 vMB 11
279,283 279,283 0000000000000002c138d17bbe44311e35817e0c0cb1a8bee164af54dcdfc366 681 0.25 vMB 52
279,282 279,282 00000000000000028a5c9edabc9697fe96405f667be1d6d558d1db21d49b8857 585 0.25 vMB 48
279,281 279,281 000000000000000106c54c4832e0f8b7dd46529e846da047bdd0b153677716a8 27 0.02 vMB 5
279,280 279,280 0000000000000000cb21a10252c77b5269404d26fa7d8274721d219dbe0d5de3 86 0.03 vMB 39
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 91
    • Outgoing: 10
  • Data Transfer:
    • Sent: 115.42 GB
    • Received: 0.48 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.