Loading Tool

Explorer IconExplorer

Memory Pool

42,491 transactions
26.77 vMB
0.06417285 BTC
Random Selection Loading Transactions
Max Size: 140.55/200 MB

Candidate Block

Mining Attempt 1a66517bcd39b68dc5818643aaa8a23b58d46a5f0e1681e26917826a16abd040
Version 20000000
Previous Block 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d
Merkle Root b1b4edcfd74330f2607e1873ede4b690f34aa386e32f18c6d60f6975a908c56f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.01465597 BTC
Feerates: 181.54 > 1.47 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,932 (109,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,497 805,497 00000000000000000004d21898f0da56af4af68b4d18bb65a443e120efdec408 3,689 1.00/1.00 vMB 17
805,496 805,496 00000000000000000002a77242fb4bd43076bd817246d7feeee14b8e68af8af9 3,354 1.00/1.00 vMB 28
805,495 805,495 0000000000000000000481bb093278b60898b9baa5de3b55398b05862edd3368 3,524 1.00/1.00 vMB 25
805,494 805,494 0000000000000000000457979b852c9dcc20749364fd71e3a81b5b59bac1108a 2,715 1.00/1.00 vMB 18
805,493 805,493 000000000000000000039641199f51490c05566c2c22506de448fe9869dd56a3 2,393 1.00/1.00 vMB 23
805,492 805,492 000000000000000000044a2d1dc5c495b24c9542cd8a45b0fe65df84efd376e4 2,664 1.00/1.00 vMB 18
805,491 805,491 0000000000000000000152679007a2403d83d12cc52ad407cb42427a86047cd1 4,216 1.00/1.00 vMB 18
805,490 805,490 000000000000000000005018d3bfe5b97876f0750b53e579c336563aceb18b24 2,554 1.00/1.00 vMB 19
805,489 805,489 00000000000000000000c36fd0ca7246fccd4c63e81f90d48add33838cf0ec46 2,789 1.00/1.00 vMB 19
805,488 805,488 00000000000000000004db93cf031b5e9b4eb2adb92d9a7f6992f53ef2eb4e3b 3,321 1.00/1.00 vMB 21
805,487 805,487 00000000000000000000a85cfd14ab6b594a401c7252f469e8ea0a290feaf049 3,196 1.00/1.00 vMB 26
805,486 805,486 00000000000000000002c4a9bdc7bcd6641478094ee0b1c479bc63cd346f9457 3,242 1.00/1.00 vMB 34
805,485 805,485 00000000000000000003b02c8aa8975108c9cff0eaf72361a3b78e0acb36d2f8 1,812 1.00/1.00 vMB 19
805,484 805,484 00000000000000000004b1509eb4192e763689615c1b8947f26d02fdf70b8159 3,502 1.00/1.00 vMB 19
805,483 805,483 00000000000000000003dafd39bad3d6fc9e028400e9308651cf75420362c35a 2,350 1.00/1.00 vMB 12
805,482 805,482 00000000000000000000931f51ded3415d0f2f4259f6b16e18b22ba9d2bd937c 3,321 1.00/1.00 vMB 17
805,481 805,481 0000000000000000000396d9011d1e3434f2df9ed6741841f01b234edd8789ae 3,511 1.00/1.00 vMB 17
805,480 805,480 00000000000000000002a58e1395cb43b5eef92da6e8ac9da728f201dbed7d43 2,574 1.00/1.00 vMB 17
805,479 805,479 00000000000000000000ac648c770038a58abb3ccd0b3b8d12512a820dbb847e 2,196 1.00/1.00 vMB 13
805,478 805,478 000000000000000000002f00b959cf2d73537e01c04eb6761e37eb0648e91e8c 3,377 1.00/1.00 vMB 22
805,477 805,477 000000000000000000040f08227b10b630409625352a982bfc9eaac2d72481a4 4,230 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.27 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: 656.01 GB
    • Received: 14.37 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.