Loading Tool

Explorer IconExplorer

Memory Pool

79,633 transactions
30.11 vMB
0.07906394 BTC
Random Selection Loading Transactions
Max Size: 184.02/200 MB

Candidate Block

Mining Attempt 61fe1e50b83ce2e1b384717a9dab7e25afa2a3b3e730f2ef505b7bdf615c9bd6
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 928c86ccee69db93bd77655b8b0589e2c95de8b9a8486c7647b40a9cca4f7ce1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,195
Size: 1.00 vMB
Total Fees: 0.01211287 BTC
Feerates: 100.65 > 1.21 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (60,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
854,545 854,545 0000000000000000000177dec5f4d18b96737f7a5f316fef691237000a20986c 6,690 1.00/1.00 vMB 3
854,544 854,544 00000000000000000002625c1fc7c078c1fdf5d7b63801305be66eb5b2125e61 4,376 1.00/1.00 vMB 6
854,543 854,543 00000000000000000000f5a8249300d33d81df93b9a8a00b896ecfbed70314fa 4,101 1.00/1.00 vMB 4
854,542 854,542 00000000000000000000762f604477e28bf15e279d51373bf9e64b691603efb4 4,983 1.00/1.00 vMB 5
854,541 854,541 00000000000000000000ead4851ee848e4a5f5177b3bace85aff8159120d8250 2,981 1.00/1.00 vMB 4
854,540 854,540 00000000000000000002f19da3e4754f8de9ffa8f85a688f0697f875834f1769 4,417 1.00/1.00 vMB 5
854,539 854,539 00000000000000000002910a7296e62ec4e36808495aaf5b7ee565e91d3ef429 4,365 1.00/1.00 vMB 11
854,538 854,538 000000000000000000008830760c2c8d8cfc3dff424331d0121ff7a4a928d491 3,643 1.00/1.00 vMB 8
854,537 854,537 00000000000000000002133beb9d1daeac4a21d92e85fecdf153e3c6cc31f891 5,207 1.00/1.00 vMB 5
854,536 854,536 00000000000000000002bb23774dada7f5aa0233d8a7ec49b46bd8e56761c4a7 5,728 1.00/1.00 vMB 5
854,535 854,535 000000000000000000022f81ecaa0501f6e58957e4fe38e4cc14e0c26c2b808a 4,849 1.00/1.00 vMB 8
854,534 854,534 0000000000000000000124701e5649d3af719b263b04904de479cdeb62045db7 3,721 1.00/1.00 vMB 8
854,533 854,533 0000000000000000000019219e5f3d196230f206e8f1224e7e1b57188750c81e 3,329 1.00/1.00 vMB 9
854,532 854,532 00000000000000000003480ed29ea918a94fabce67902bd53bbab6efefadcc95 3,364 1.00/1.00 vMB 6
854,531 854,531 00000000000000000002150365b88c71f9f098536b04fed72418b20ffa569406 3,602 1.00/1.00 vMB 7
854,530 854,530 0000000000000000000060c4ff5c4dc4753422934e21ea827a5d87b92bc5d02d 2,773 1.00/1.00 vMB 8
854,529 854,529 00000000000000000002162bf96cdd1566b02d6ad904321e15247dd5e19138e1 3,655 1.00/1.00 vMB 10
854,528 854,528 00000000000000000002080504a60a2322533ec5eae2d896d3fd60047e00451c 2,479 1.00/1.00 vMB 14
854,527 854,527 00000000000000000002eb81c37f67c2244c8ad8e12f7f1ce3f265e405274f4d 474 1.00/1.00 vMB 9
854,526 854,526 000000000000000000029dc3a5d24af77fcb3685e24f7fd6fed89416c450a0e3 950 1.00/1.00 vMB 11
854,525 854,525 000000000000000000002bd94c5c8ce349c69c726765525ef5dfe83145623627 3,203 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 783.07 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: 720.88 GB
    • Received: 18.29 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.