Loading Tool

Explorer IconExplorer

Memory Pool

70,409 transactions
37.19 vMB
0.27242731 BTC
Random Selection Loading Transactions
Max Size: 199.66/200 MB

Candidate Block

Mining Attempt cc7952a0ac213637fdb9be78cb926cc0493dabce8f076aa69205ba1eec638de3
Version 20000000
Previous Block 000000000000000000010038ececcdbd5a5cf41d8463ca58111ae9c69715f93c
Merkle Root a743c363faf3eea63aec0b5ce54c0ebff1afd5509852f759fa0e6c760d4f0a2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,695
Size: 1.00 vMB
Total Fees: 0.10576674 BTC
Feerates: 477.45 > 10.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,418 (869,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
44,671 44,671 000000000831e68130a502a5c3b2044a13b10e19e0d4ba39f1df81f87c27c0c0 1 0.00/1.00 vMB 0
44,670 44,670 0000000023ee49ec0f8805f49b287604e8cbe3dcb0b842819ad39531d2412bca 1 0.00/1.00 vMB 0
44,669 44,669 0000000028ec205d084ea9b401151a58fa4a491f78593cdc767f356ff3efb499 1 0.00/1.00 vMB 0
44,668 44,668 000000002472271b207dfce4dc91956dfe67ceaeb349e267ca8819d785661be7 1 0.00/1.00 vMB 0
44,667 44,667 00000000236c3020f4bfdb42a75d2ba9cdb873a417323b85146aed1c6bd22932 1 0.00/1.00 vMB 0
44,666 44,666 000000002e03ab66e78949c6ad5210adf6ca499132a6608315a11fa7dedc826c 1 0.00/1.00 vMB 0
44,665 44,665 000000002d89bfac161d3a775a84d6d7aa46cc33048686beee138a4fc8709a59 1 0.00/1.00 vMB 0
44,664 44,664 0000000022dffaddd23245e39397edfea8efe5b058981251f604ec97fb71cb08 1 0.00/1.00 vMB 0
44,663 44,663 00000000213cb791e99e1e22d91e54710bf2955dae0089a6ea9fc94115ccd0a8 1 0.00/1.00 vMB 0
44,662 44,662 00000000221a62796d98b67e81e2077b60913d6d340ce68a770982fd15ec0785 1 0.00/1.00 vMB 0
44,661 44,661 0000000035cd92e91043036c4efe2c115554eadb8dd846871ef3bd7a20ef88c1 1 0.00/1.00 vMB 0
44,660 44,660 00000000334e1220403660683dff950bd5c642b25ce6d54405739dfe2f6a6ca3 1 0.00/1.00 vMB 0
44,659 44,659 000000001802d6e61c172b1ef47e50b5dffb075b78e5b228c0addc9d5c012cce 1 0.00/1.00 vMB 0
44,658 44,658 000000001784af3a0a60fb74a0a537d7ac3a38e20b4094b0e18a95bf8b4499c9 1 0.00/1.00 vMB 0
44,657 44,657 0000000014c17be7b454f45037b67daed83e4cdf9ea45f5bde07a67499e73d62 1 0.00/1.00 vMB 0
44,656 44,656 000000000f72a4b71c66fd4177c4af39c650229b8dc50a7b925e09db2f025f0b 1 0.00/1.00 vMB 0
44,655 44,655 000000001926703bc0f0732c2c79038871e621d66122e5f0f3e05a66e29eeb1c 1 0.00/1.00 vMB 0
44,654 44,654 000000000f7d7989554dbcdc070dbc828ad4443ed562cfc5451f67e0924362e6 1 0.00/1.00 vMB 0
44,653 44,653 000000003029d65e6cc22cf8db34ddbd47f2f8fed33e10fe87a6671af525d147 1 0.00/1.00 vMB 0
44,652 44,652 000000000146af1ab88d90b4be4648c3afdb88c4c1d54cdb2d8e43b3ce893bae 1 0.00/1.00 vMB 0
44,651 44,651 000000002f2b99547bb4dbeb9b67e104cbc6d36fd5b05fc47bc9e712fd0af915 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.35 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: 602.03 GB
    • Received: 10.28 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.