Loading Tool

Explorer IconExplorer

Memory Pool

73,967 transactions
28.53 vMB
0.07203724 BTC
Random Selection Loading Transactions
Max Size: 169.09/200 MB

Candidate Block

Mining Attempt b7d4cb39eda0380e03e2c69235893798a48138b188e1ed9ecf3da7418522b152
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 103071d5f80ac35ced0a8f826faa3755464ba8701a7fb61545d0214a7878c7b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,628
Size: 1.00 vMB
Total Fees: 0.01475365 BTC
Feerates: 250.89 > 1.48 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (201,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
713,665 713,665 0000000000000000000a5d210c493168af9641fae793a425be87888be888aec2 3,672 1.00/1.00 vMB 7
713,664 713,664 00000000000000000007e0f205011034fcb6577b0840b35fcabc4f5a77645f35 3,265 1.00/1.00 vMB 25
713,663 713,663 0000000000000000000a8c54b4dfa4ba0152a0c4d5bcbf999025cbcbf0efc039 1,151 0.48/1.00 vMB 8
713,662 713,662 00000000000000000000f8d517c4851ef50f755756eac9e6763bebb3d2efde39 402 0.21/1.00 vMB 6
713,661 713,661 0000000000000000000aed457dd4882f77f96519ed76269e1fd9cd4fe35e4f12 1,387 0.91/1.00 vMB 4
713,660 713,660 000000000000000000009cb9e4907888ca050a216f26bfa0ba2dc48cd066e94c 613 0.94/1.00 vMB 2
713,659 713,659 000000000000000000067598bfd988c3ef340f46ca70092b4814eb3b3a81a5e3 2,178 1.00/1.00 vMB 8
713,658 713,658 00000000000000000000af4a8ec41579edd8b500a0624b84a9415b801fc7629e 2,764 0.99/1.00 vMB 8
713,657 713,657 000000000000000000061935b7976a7ed4dc0d7590e9d60bfd76cf0a5268e78e 1,643 0.99/1.00 vMB 5
713,656 713,656 00000000000000000009922e3b951e85327702c3ceda4cc134b0f0f5230a6c75 1,813 1.00/1.00 vMB 7
713,655 713,655 00000000000000000009efa3364339e6b8fb8dea9beb8946a55df33360f5a809 54 0.98/1.00 vMB 1
713,654 713,654 00000000000000000003818f617b0b9b55ec4a277f12a7d743d1ea28bd059da6 400 0.99/1.00 vMB 2
713,653 713,653 00000000000000000002c64914b1f9ede8b1a9240e6d12f8c2e7785ecc85e1ff 398 1.00/1.00 vMB 2
713,652 713,652 000000000000000000014fc28d3085848ccf0b5083fac5fa08f9f8898cf27215 3,224 1.00/1.00 vMB 11
713,651 713,651 00000000000000000000767ea87f1209c40b4f82d4b40156bf73aee626963395 1,975 1.00/1.00 vMB 8
713,650 713,650 0000000000000000000a386e7067596adab93a1ec7ee1e87dd10b30bc6bfa2eb 121 0.98/1.00 vMB 1
713,649 713,649 0000000000000000000725f7d612063e7f7cb61e0b7e396907847d557b355d7e 1,847 1.00/1.00 vMB 9
713,648 713,648 00000000000000000007c48242d5204b32a99c4e89d4ecafedbcf7bcc520769c 50 0.01/1.00 vMB 19
713,647 713,647 0000000000000000000958e47a225655ef9f73902563a436b06186d90d9dc011 87 0.06/1.00 vMB 9
713,646 713,646 000000000000000000084106fe0c15b32e3b989267a0b553235d79d8ea530a36 1,213 0.50/1.00 vMB 8
713,645 713,645 0000000000000000000a9acd45a626968a64b48d8be55904edad0b1fec1081c1 2,954 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.