Loading Tool

Explorer IconExplorer

Memory Pool

36,985 transactions
26.00 vMB
0.05477255 BTC
Random Selection Loading Transactions
Max Size: 133.51/200 MB

Candidate Block

Mining Attempt 4df351216045f8d0ee31236753738ab534a50ff9b5b5439689e05c6cec86f384
Version 20000000
Previous Block 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8
Merkle Root c9f61f786768fc43b0eb9428de2e662189694331db2eec3f0382fc3ae5d228eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,028
Size: 1.00 vMB
Total Fees: 0.00685396 BTC
Feerates: 100.29 > 0.69 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,672 (74,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
839,809 839,809 0000000000000000000222ec7fc8e0c1416f585de8032125f2c90027da5b632c 2,037 1.00/1.00 vMB 105
839,808 839,808 00000000000000000000f76969754849032684136a89c15d70317dbe40dc752e 2,333 1.00/1.00 vMB 64
839,807 839,807 000000000000000000009b43622b109b1d6c724beac47e24af4cfbdf99d01d77 2,576 1.00/1.00 vMB 92
839,806 839,806 00000000000000000002c489fdf42142780b7ba41e97bc1c15139d8e63cf2a0f 2,345 1.00/1.00 vMB 74
839,805 839,805 00000000000000000000352e6d6e4527e39c50adb56eb7cee4c4691c5a330908 2,675 1.00/1.00 vMB 77
839,804 839,804 00000000000000000000920bf30e249d415a4f164b1ffb4b84c928c2a2155fc2 2,433 1.00/1.00 vMB 108
839,803 839,803 0000000000000000000287318ec195ed4043c027fc4283a20ca362119b01f5f9 2,143 1.00/1.00 vMB 76
839,802 839,802 0000000000000000000079e46d30e01e05eb979cd9a3e419e7b7484b8589e264 2,520 1.00/1.00 vMB 124
839,801 839,801 00000000000000000001fa828b651e84e890e068f14ad145e9c43e55c7958cef 1,922 1.00/1.00 vMB 62
839,800 839,800 0000000000000000000049a0079c363aa7deacedc9081c8f05062fa7a31f7f9b 3,696 1.00/1.00 vMB 80
839,799 839,799 0000000000000000000070f79c753f0be616d61150700aee81757e5db2fd0ae2 3,365 1.00/1.00 vMB 122
839,798 839,798 000000000000000000033acf9a0c8b11e8e50585ded1903b04f6df17c8f76bf2 2,251 1.00/1.00 vMB 72
839,797 839,797 000000000000000000029406bf6301309e0c39bc0d8d3a3ba763a19022c6ad03 3,610 1.00/1.00 vMB 56
839,796 839,796 00000000000000000000fef4a1f6691c4982ededf17127a69b35370f8563bb26 3,970 1.00/1.00 vMB 84
839,795 839,795 000000000000000000016888093ebc505f46486b0323bbf4e68017db80de3e1f 4,204 1.00/1.00 vMB 83
839,794 839,794 0000000000000000000131c9d8ca55400977b2f0a3d4873f4fca95e8fe723134 4,001 1.00/1.00 vMB 64
839,793 839,793 00000000000000000002febadc41644da6e5ee4043e72a0c4cc78efdd6294a51 3,902 1.00/1.00 vMB 83
839,792 839,792 000000000000000000017fbdf3f4297bc58d9b4231ff8f2a859c5b693b15a2d9 4,067 1.00/1.00 vMB 94
839,791 839,791 000000000000000000020a7b1f614baa1d798daf1e21e9aa68cdc2ec230b0266 3,566 1.00/1.00 vMB 76
839,790 839,790 00000000000000000001392c6ab2157a34c122e8887d951b9582014bf0e363c5 3,087 1.00/1.00 vMB 69
839,789 839,789 00000000000000000002669c3b3a3671a2245395b1ebd91fa5f805939249f600 2,267 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 781.81 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: 635.14 GB
    • Received: 12.29 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.