Loading Tool

Explorer IconExplorer

Memory Pool

39,071 transactions
27.48 vMB
0.07045561 BTC
Random Selection Loading Transactions
Max Size: 139.85/200 MB

Candidate Block

Mining Attempt f49dbe2c4a73d591df2c8acd7e13d2315319180e1165c77099a95bd2cd90f065
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root 097603a779e90f1d6fa07431a29c25f97119878772836d7b1e0de9aca42f8486
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,757
Size: 1.00 vMB
Total Fees: 0.01816687 BTC
Feerates: 179.53 > 1.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (351,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,919 562,919 0000000000000000000fd7fa302104f84d8882573b2897ed6a9f42aa1c0eee92 3,285 1.00/1.00 vMB 8
562,918 562,918 0000000000000000002d900d6dcb8966b790a56056fe8d26dcd19637db46f88b 3,311 1.00/1.00 vMB 29
562,917 562,917 00000000000000000015b872d608ae98c775de0fb9127df30ac4aab2c655d5e9 1,007 0.31/1.00 vMB 22
562,916 562,916 0000000000000000000e84bdbb95ab910e45ced32e447be2772ef4b03eaad1ae 2,189 1.00/1.00 vMB 14
562,915 562,915 00000000000000000013a6865ec3780121dafd58dfcdefedc3569fb452881df5 3,180 1.00/1.00 vMB 17
562,914 562,914 0000000000000000000156a783af0a048d6d5e404aad427103fd9f23a6d66a30 3,137 0.99/1.00 vMB 8
562,913 562,913 0000000000000000002b98d38a283249e8da7a111e4d1fd7ff0b81188671ab8a 3,199 1.00/1.00 vMB 21
562,912 562,912 0000000000000000001523d3a284a054eba379dbd6fba066baf10da286f2cc85 3,257 1.00/1.00 vMB 27
562,911 562,911 0000000000000000001f312cbf6ad04476fef0b9fd1b18e4ffa261546f18df5f 2,865 1.00/1.00 vMB 21
562,910 562,910 00000000000000000008946b5e08cb5909ac8c815c0be4a66278b70cd9020d5f 197 0.05/1.00 vMB 20
562,909 562,909 0000000000000000001320d9b6f65f79ed6c0218c1bfe30c393594db1c889fe7 1,188 0.45/1.00 vMB 24
562,908 562,908 00000000000000000019478d5144610fac8fb1f8b71235635fabf97f80bd20a3 963 0.49/1.00 vMB 24
562,907 562,907 000000000000000000124c77c4c4bff67edfe401cc0d273194f73fd3c32e1ad3 1,227 0.36/1.00 vMB 19
562,906 562,906 00000000000000000007f581b5d06d2d63ae47f5b4506361fe9a02d969854780 253 0.07/1.00 vMB 14
562,905 562,905 00000000000000000022cc2f0eb1a480f09b6026cf5344adddd35159a3333771 2,764 0.97/1.00 vMB 21
562,904 562,904 000000000000000000226f81208aa63200d171a698cf255c34d9686983a52e06 1,932 0.72/1.00 vMB 5
562,903 562,903 000000000000000000292207fe80c1909465ca859773d804ae7c22e6fd2bb4e7 2,930 1.00/1.00 vMB 21
562,902 562,902 00000000000000000018e8c5c92b5d219a6a7b2a35b05137f752d606a0cb47e8 2,702 1.00/1.00 vMB 26
562,901 562,901 000000000000000000068d60f63dd157b6bd45c933f0228d4c2497a23fc870c5 1,733 0.58/1.00 vMB 6
562,900 562,900 000000000000000000044eb66e67343d2b21687724e252dc7d21f5d3ecf12305 2,852 1.00/1.00 vMB 21
562,899 562,899 0000000000000000001a05885b3974cb0d1a99f8f0e2a002121a69283074c818 2,732 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.76 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: 632.17 GB
    • Received: 12.10 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.