Loading Tool

Explorer IconExplorer

Memory Pool

42,079 transactions
26.22 vMB
0.05999837 BTC
Random Selection Loading Transactions
Max Size: 137.23/200 MB

Candidate Block

Mining Attempt c7c0c67e3d9671ef12f35d101b4981e8cced4f077449825546ad8012df9f0e1b
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 03288d76baf212389a803432dc371c5142b9c2c2ce6c20fc5d1010fc6871a43a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,224
Size: 1.00 vMB
Total Fees: 0.01201783 BTC
Feerates: 100.00 > 1.20 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (299,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,827 615,827 000000000000000000067013ebaa466b90b2c53cebf264ea44b6179fed17944d 3,407 1.00/1.00 vMB 20
615,826 615,826 0000000000000000000dbac9c42b700f900acdf9ac7b9b6145397de426b368d7 2,885 1.00/1.00 vMB 27
615,825 615,825 000000000000000000099a80aeaf8edc623340740804f4bc5bc239bcc124f55c 2,605 1.00/1.00 vMB 16
615,824 615,824 00000000000000000001963721bd5416eb26458f5399fa7974f0bc1249ee8bb7 2,892 1.00/1.00 vMB 16
615,823 615,823 0000000000000000000ca8e1e20f0785f1e85e3b60faa6667e2e11dc0128d101 2,375 1.00/1.00 vMB 31
615,822 615,822 00000000000000000008e06ae9d3414ac4b4d3c32bc4a33e1b4b2eecc14e0724 2,719 1.00/1.00 vMB 15
615,821 615,821 000000000000000000019f36fb584cb6b3c87df627e4c71d8ee935456a5f5134 2,028 1.00/1.00 vMB 21
615,820 615,820 0000000000000000000dafccc991ecd4dea61d85399af1bebdcc7ecdde78ae4c 1,296 1.00/1.00 vMB 64
615,819 615,819 0000000000000000000e4f6d16328a861e888993e566949397b0a87d6ee5c2b3 2,870 1.00/1.00 vMB 16
615,818 615,818 000000000000000000054ea85cb99cfe07ea43feb9a98f7339ba393cd4a84321 2,680 1.00/1.00 vMB 40
615,817 615,817 0000000000000000000c88a5ab80db6e708cf0e5a7bd3c9f8ff0dec57f93b850 2,147 1.00/1.00 vMB 39
615,816 615,816 0000000000000000000203a2afb27e900908af032cc4b71a70fae5c8a6bc7356 1,320 1.00/1.00 vMB 3
615,815 615,815 00000000000000000003d9c768009836e04741d057b2c3aa34e0967248ca9197 537 1.00/1.00 vMB 2
615,814 615,814 000000000000000000093d7af998802eec70dca3e61189b0ae6e92e593220a4a 212 1.00/1.00 vMB 1
615,813 615,813 0000000000000000000694ce87e8d512971bad6978165ace43acbf393f2dea62 1,958 1.00/1.00 vMB 9
615,812 615,812 00000000000000000010e0ce6b025ba893fcc26ca24bc3a1a2a552e0365ec261 2,180 1.00/1.00 vMB 6
615,811 615,811 000000000000000000057a8b1e59b6d9ddd612f2cae38818ae0f4f6138da34ce 2,052 1.00/1.00 vMB 11
615,810 615,810 0000000000000000000d8b312d4cf751f2ebe917fc4e8442e0091c96874ca64d 1,859 1.00/1.00 vMB 10
615,809 615,809 00000000000000000011a5a3029d62dcf12a0a780fc3f129a66f02eb6e397d3d 2,520 1.00/1.00 vMB 11
615,808 615,808 0000000000000000000a40c12534b76e3a3993e6f043b6418b2b86d767f9d8f7 2,785 1.00/1.00 vMB 22
615,807 615,807 00000000000000000011e75b089a0c901d4322eaddcde066219c30f24d519fe5 2,517 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.20 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: 653.96 GB
    • Received: 14.06 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.