Loading Tool

Explorer IconExplorer

Memory Pool

81,922 transactions
30.89 vMB
0.08395780 BTC
Random Selection Loading Transactions
Max Size: 189.27/200 MB

Candidate Block

Mining Attempt 7ad8915369106e0f1add3d18bfd328056e61620e83d6ba6848328b2a8c3d1753
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 84c7c7d4c189cad70aee7aa0604686c4dce71eb0b68fd6b07051e70e605c0f1d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,462
Size: 1.00 vMB
Total Fees: 0.01460296 BTC
Feerates: 100.00 > 1.46 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (350,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,718 564,718 0000000000000000000eddc9f2875fc2951c718c48907c29a66075724d89fbc2 2,888 1.00/1.00 vMB 17
564,717 564,717 0000000000000000000aa7fc938ec63ddc014afe20433bada7710ad8a3495164 2,386 0.91/1.00 vMB 16
564,716 564,716 0000000000000000000d9ff04769af737f9fe8ac445f63950d0fa012d396f734 1,892 0.62/1.00 vMB 16
564,715 564,715 00000000000000000017c2e64602c1fba2c79edcafe3c2d2c52e774d79505de5 69 0.02/1.00 vMB 12
564,714 564,714 000000000000000000046c7d4d220fa67da72e346faa52f1b3000062e8ec0c53 907 0.32/1.00 vMB 15
564,713 564,713 0000000000000000000d8c592206309836e3f0f9f3382cbb50a1217a998e9335 398 0.13/1.00 vMB 37
564,712 564,712 0000000000000000000d50e4ef8809c79611a924d761d5ddd515ec6415f6511f 2,412 0.92/1.00 vMB 7
564,711 564,711 0000000000000000002587bdc2bdcd9cf98b83577d3d8f4c4de71233e8fa60a6 2,712 1.00/1.00 vMB 33
564,710 564,710 0000000000000000001ab79b8b796c9bd63a1f35ffe0a3668c776d5b254a6786 2,731 1.00/1.00 vMB 13
564,709 564,709 0000000000000000002b1e4fecbc26686707d3d258827f24e4b9e660fad6e833 2,684 1.00/1.00 vMB 18
564,708 564,708 000000000000000000003b4508786b2ca1d962be8a11bf5294643a0fb6d03174 3,294 1.00/1.00 vMB 15
564,707 564,707 000000000000000000188f994fcf0fcd1a4ca0e89910d535337240f0afccd411 2,408 1.00/1.00 vMB 40
564,706 564,706 000000000000000000174ac2ad99b18c34d31176e4c8d09d5b8c5cd8d1a8b964 2,263 1.00/1.00 vMB 30
564,705 564,705 000000000000000000242edf3e8ddb69e2e7d0f10990d54d0a861613e11e3ad6 2,527 1.00/1.00 vMB 46
564,704 564,704 00000000000000000009a3cb2fa2de7d2e45897124489c6bc6b989754a0d835c 2,823 1.00/1.00 vMB 22
564,703 564,703 0000000000000000002934122e73879cd55e93aa6106d8d4ffb1326d58f947fc 2,997 1.00/1.00 vMB 21
564,702 564,702 00000000000000000008139b0b109b59476797893bb9c4b6ddd4a29f1f6df232 2,449 0.94/1.00 vMB 9
564,701 564,701 000000000000000000199e523234da927f3ef8cd6c951b1ea327868fa27dacc9 2,298 1.00/1.00 vMB 11
564,700 564,700 000000000000000000049221f5be8ca8fa18c874b52bd389ff5a670f1352a10f 905 0.35/1.00 vMB 40
564,699 564,699 00000000000000000005916a91299ca840dd7d11bbf93d4e4c82940f6382aabc 2,819 1.00/1.00 vMB 9
564,698 564,698 0000000000000000000edc3eaeb00770f86202120f58d3963d996fa93153f0f2 3,087 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.77 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: 709.32 GB
    • Received: 16.88 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.