Loading Tool

Explorer IconExplorer

Memory Pool

80,691 transactions
30.02 vMB
0.12383600 BTC
Random Selection Loading Transactions
Max Size: 180.62/200 MB

Candidate Block

Mining Attempt 2484a7426a9c04c3b339b8fa05f8ffd42908edb50f1f0435f584b17e52da7632
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root cd76ea4e81747af49f004ddbc4c6f0a21931c5b1d1e600371af7997660181352
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,641
Size: 1.00 vMB
Total Fees: 0.05113173 BTC
Feerates: 242.90 > 5.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (355,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,682 559,682 0000000000000000001cfa7cb50702810c715ce3ef6b8d3c040a88fdcdd71bec 2,272 1.00/1.00 vMB 14
559,681 559,681 000000000000000000155a0c59bfdb54834608e7bf55e29920fd24591f1e3a98 2,414 1.00/1.00 vMB 10
559,680 559,680 0000000000000000001be25b3651b5481722359b43e10b982f5fbd6644a51bc1 2,377 1.00/1.00 vMB 32
559,679 559,679 0000000000000000001aa41486a96dba063f56cc17a6cd414e10f9cc397ab4a7 1,752 0.83/1.00 vMB 9
559,678 559,678 00000000000000000024d20f73af6d118f6ed546d475f756231fb0e80d342d7b 1,127 0.48/1.00 vMB 11
559,677 559,677 00000000000000000006f58e6b360e3bf99ca0607e123db1adfce9fc91bdd03c 221 0.13/1.00 vMB 9
559,676 559,676 00000000000000000004d656ab7bbbac27863006f2eb96f29d7322e279ba79a4 720 0.25/1.00 vMB 9
559,675 559,675 00000000000000000019e50e6dd4b93c0f84d8743cda76307b6ca231b49d46de 1,039 0.53/1.00 vMB 10
559,674 559,674 0000000000000000000037f0fe6e53deb1774f75f0355a371a19ec5e6616e28b 540 0.20/1.00 vMB 5
559,673 559,673 0000000000000000001a7b7713a274f5080181187967bd60c7c0a9a6b841cf1f 2,590 1.00/1.00 vMB 17
559,672 559,672 00000000000000000011b15c846c57e355dd356253047df89f8d3e54ca565c54 1,992 0.60/1.00 vMB 12
559,671 559,671 0000000000000000001efd5f6357e12c56c09e4c0b54b8735c71e2eef3968c68 1,060 0.33/1.00 vMB 8
559,670 559,670 00000000000000000007a17072572e4b3a0551968a89f5fe196a04c95dd9e7bd 2,429 1.00/1.00 vMB 10
559,669 559,669 0000000000000000001f90a1f569d481978f5729aed2b362d47aedc4d1e17448 1,844 1.00/1.00 vMB 13
559,668 559,668 0000000000000000001e3facdd4a5f8bf0b3af58114a95127cfd1fc00cf87b4b 2,686 1.00/1.00 vMB 10
559,667 559,667 00000000000000000023d8c6b8dd1c3f05d6d47b975d9ba5a9ae1bcabf33f0ad 888 0.34/1.00 vMB 9
559,666 559,666 0000000000000000001eae530c762354443bfdb9ab42069200241ace3a9e85c7 789 0.31/1.00 vMB 14
559,665 559,665 000000000000000000142ebbf507d63121ad142283510fab3c83ea847cd7f752 1,223 0.43/1.00 vMB 41
559,664 559,664 00000000000000000012c466998431959b42ce67d2dd0b8e606ba7b16fa77e26 1,224 0.39/1.00 vMB 15
559,663 559,663 000000000000000000048ac24c8f95a0ef1e515d9d90793329f319919fdbc3d8 490 0.19/1.00 vMB 17
559,662 559,662 0000000000000000000d18943350ce293598a11d3d0251754691718d2c2f588c 1,269 0.43/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.