Loading Tool

Explorer IconExplorer

Memory Pool

78,325 transactions
29.43 vMB
0.06688411 BTC
Random Selection Loading Transactions
Max Size: 176.69/200 MB

Candidate Block

Mining Attempt e25e3892f21725e5791a8f2f0e69bd1a2af975c950efc8bc45f4456e59ed8106
Version 20000000
Previous Block 00000000000000000000187ee6189e7067e8587b66047a365b53e905d3f953f0
Merkle Root 4a21e075703c1e8cec0624349154686235880328aefccd4d2474280027d256c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,708
Size: 1.00 vMB
Total Fees: 0.00707454 BTC
Feerates: 180.34 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,017 (800,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,128 114,128 00000000000088db126e66d8ca4f2c5c24bc5fc4085bca4cae46b3a3e71c52de 21 0.01/1.00 vMB 0
114,127 114,127 0000000000006e4364dc872995acb3afee2791d503ee6c2001cd5af7451567f3 10 0.01/1.00 vMB 112
114,126 114,126 0000000000003e7653b378a047feff5f3017cf4b1e6147807393ac26098a9b1b 8 0.01/1.00 vMB 137
114,125 114,125 000000000000a793fd7ed118fad2b625ba5c7c5b5dc4dcd4ed4af16d563d534b 10 0.00/1.00 vMB 655
114,124 114,124 000000000000b358539530b2a6b0735fd8ad35b1480bd9ee2a8e5c4951d48dab 12 0.00/1.00 vMB 0
114,123 114,123 00000000000037acee150b3ba9468cad8692a4bc5b890b891962c9e621678cac 39 0.02/1.00 vMB 59
114,122 114,122 0000000000007baeef9221f36adde8ee5d6ae8d8711609066171dfd09c219399 3 0.00/1.00 vMB 1,880
114,121 114,121 00000000000039820d6f50296cdaba7a6f1e401dae668882bc0e532d2cd6f6c6 1 0.00/1.00 vMB 0
114,120 114,120 000000000000d99f786a51a962f0cee36fe80656f412b059f6cd483a6e0b66dd 13 0.00/1.00 vMB 0
114,119 114,119 000000000000233791194ebce73a57365d31d702e4188c056b586d3c9eb1b46d 11 0.00/1.00 vMB 0
114,118 114,118 000000000000bd395f83839dcbd6caa6050ad827ac45773f21fcd46139e6f98f 16 0.00/1.00 vMB 222
114,117 114,117 0000000000003c91123ae0c1eb52b48f58ff293a18ee7b95be882e3f97887d23 10 0.00/1.00 vMB 0
114,116 114,116 0000000000002a3f5ee8a70692cbe5677610d2a6ceef265913e8deae1ff2e7ab 10 0.00/1.00 vMB 329
114,115 114,115 0000000000009ddd4d625b191db6ad4f26d801f633a0099877b6cebdd9cc2288 9 0.00/1.00 vMB 0
114,114 114,114 0000000000005d7734b473e2b14ffd4818b50b7401df9fee262d1f897a7aa423 53 0.02/1.00 vMB 61
114,113 114,113 0000000000001ebc51f11a698c6e2b0d7832a93c8a271cc10f5f09e76bf9f54e 10 0.00/1.00 vMB 700
114,112 114,112 0000000000006c8d2a6e01f1a1bfd64576d02ad41940ee5c8dc0d50c1f155715 14 0.00/1.00 vMB 0
114,111 114,111 00000000000038e30b903556c39ed7f62619c7adba27fbbed95bf205d08a9dfa 14 0.00/1.00 vMB 0
114,110 114,110 000000000000146484cc1e671ff15b6141a16a61581bb3ce2413e78c9bf937a8 13 0.00/1.00 vMB 0
114,109 114,109 000000000000d09699fd6799109dbbe3c8f115398640e4ac8b59d29ade8b7d13 9 0.00/1.00 vMB 345
114,108 114,108 000000000000b77a39707915752a3761df1b08366d9a20d28aafb960111ecd55 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.43 GB

Node Details:

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