Loading Tool

Explorer IconExplorer

Memory Pool

43,392 transactions
27.05 vMB
0.06345201 BTC
Random Selection Loading Transactions
Max Size: 142.32/200 MB

Candidate Block

Mining Attempt 90f915060eff852e0750b1e47a3756236238fbf49fc9cc2e69beb2633f1bbc47
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root c5888e1bf326bf85a74730e8285fbfcf2c6b1027efe2c61958be3bc7ab0e3601
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,362
Size: 1.00 vMB
Total Fees: 0.01287028 BTC
Feerates: 151.15 > 1.29 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (299,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,968 614,968 0000000000000000000b85b1d991ccffb56e1704f6f9172d9c8529ca28d993ea 3,055 1.00/1.00 vMB 22
614,967 614,967 0000000000000000000b3c3ddaa260abd7ed9b5e754d47a2cf1c86c00bc84117 1,875 1.00/1.00 vMB 11
614,966 614,966 00000000000000000007fd8b4a24574192c44681727c14f8a4a119a6c9385e0a 3,604 1.00/1.00 vMB 19
614,965 614,965 0000000000000000000588c77cb8743d17f67f207c66e8a178043dd74fcf2ee6 1,828 1.00/1.00 vMB 6
614,964 614,964 0000000000000000000ee006c301a54e6be08057e19939afa6d2d2eb7dadf6d6 2,663 1.00/1.00 vMB 14
614,963 614,963 00000000000000000003c95680756181246625f853cafa56f1484916595c8182 3,629 1.00/1.00 vMB 24
614,962 614,962 00000000000000000005e70e1c13238588a35248cbc41eeb7fead94a4921696c 1,122 1.00/1.00 vMB 5
614,961 614,961 000000000000000000007dac16553477cc418eb1981fb394e73e7720b6df18a0 3,023 1.00/1.00 vMB 21
614,960 614,960 0000000000000000001169af7faa6af4fe2c015ba6b49d8ad285b783745ef63d 1,964 0.96/1.00 vMB 6
614,959 614,959 0000000000000000000e9e021cd13bb9bb360030435b5cbe3acc69ed82eba58c 2,692 1.00/1.00 vMB 19
614,958 614,958 0000000000000000000af4c5cc754effd8df32db19c1c3768e58d055ca1c8dd2 2,191 0.57/1.00 vMB 12
614,957 614,957 000000000000000000065cbd7d922258a7a4a6a0b9e404ee9de4cdd7fc45dd96 3,132 1.00/1.00 vMB 5
614,956 614,956 000000000000000000111e81091477247c3b05ed8c0c34a80a712504fbcd4099 3,656 1.00/1.00 vMB 23
614,955 614,955 00000000000000000004be4c9fc3200c93b13c8569b5adbf79876467e280c0b8 768 0.21/1.00 vMB 9
614,954 614,954 00000000000000000010eddf1d1bb071d17e0ab226a55673793bc80541d10900 3,059 1.00/1.00 vMB 7
614,953 614,953 0000000000000000000c3a9993229b5a0f2141cbc97ff0eba5eb58ce2f2ca2c9 2,861 1.00/1.00 vMB 4
614,952 614,952 0000000000000000000421682bd2be4f937f7fee01a7b52d687a6c6c710b4711 2,504 1.00/1.00 vMB 11
614,951 614,951 0000000000000000000947867b2c7a736c1fa7b2536b64855f24fed9c6ebb8db 3,054 1.00/1.00 vMB 12
614,950 614,950 00000000000000000004226a9aea7a950154bfc087d69c31637eb080c49cad43 3,041 1.00/1.00 vMB 14
614,949 614,949 00000000000000000011ca5be28adf3fe9c8a9675a5854c9a46963d673ca1546 2,242 1.00/1.00 vMB 13
614,948 614,948 00000000000000000008bc4cc255835566679d374ede995ebf40a00ef13b1444 2,715 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.22 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: 654.76 GB
    • Received: 14.18 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.