Loading Tool

Explorer IconExplorer

Memory Pool

81,808 transactions
30.24 vMB
0.08456044 BTC
Random Selection Loading Transactions
Max Size: 182.31/200 MB

Candidate Block

Mining Attempt e19cef2bac2c36ccb44612767c03f76b10f20e24673dcc34ecc4c287b2fa00fe
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root fa0ab644e20f76eb99d27b715fa7b3119d54ad7bfabb0f3447eb790cb3b0570d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,941
Size: 1.00 vMB
Total Fees: 0.02259227 BTC
Feerates: 502.67 > 2.26 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (262,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,818 652,818 0000000000000000000e8456398b1eb374d29f7f576ba0eaa5c7edc9a2fed818 1,697 1.00/1.00 vMB 44
652,817 652,817 0000000000000000000424b6a055bc370f4f534610e95eaa407b181dd3c3fbff 2,231 1.00/1.00 vMB 87
652,816 652,816 000000000000000000019391185476c32a4542e4863f06b0cf5a84c79d3b43db 2,225 1.00/1.00 vMB 18
652,815 652,815 0000000000000000000a22cf38ac8edcb30c2a7023085ba464f450f92f9c4252 2,531 1.00/1.00 vMB 64
652,814 652,814 0000000000000000000e2bc61e5245425c5f6f3646c7cad841d403ef8f7bdb70 2,316 1.00/1.00 vMB 104
652,813 652,813 000000000000000000014e0b67725774ce68b106cfc4021d0ca408735c4d2357 2,107 1.00/1.00 vMB 21
652,812 652,812 0000000000000000000c34166828fc5166d5e5845a337c5a3e952e0e9106e8f2 2,324 1.00/1.00 vMB 63
652,811 652,811 00000000000000000002a7061ea1fed91c2d464d3ba9853a3573884b3a2e2b6c 2,143 1.00/1.00 vMB 75
652,810 652,810 0000000000000000000d1e7404dcb2afaa38f3f6d570de781606efd9fa4a1193 1,732 0.64/1.00 vMB 26
652,809 652,809 0000000000000000000e126cfc55fae9d6c8f27db1d28f956ff1913e4dd2c9f0 2,490 1.00/1.00 vMB 34
652,808 652,808 000000000000000000098cfe92f7fcd001f136e720adc083268ac7e0919f2c7d 2,039 1.00/1.00 vMB 34
652,807 652,807 000000000000000000047090cf63a8597326681a3ab09ef9d164f6f8493a2638 2,265 1.00/1.00 vMB 99
652,806 652,806 000000000000000000059bf31681a176557de8d2070f7b7342043c4b7b15e3b3 656 0.22/1.00 vMB 10
652,805 652,805 00000000000000000006890907ff754e2f8d677231ed98e88dd57aab13845475 2,219 1.00/1.00 vMB 67
652,804 652,804 00000000000000000003b80c09723043eef98ebdcd23617ca12dde191c3393dc 1,144 0.59/1.00 vMB 19
652,803 652,803 00000000000000000001b16e98f59d5e4acacef803cd514277384ac5ff2ed939 2,222 1.00/1.00 vMB 61
652,802 652,802 0000000000000000000a903b12b482a19ab8341920dc4296cc089dc5ccdcb334 983 0.38/1.00 vMB 50
652,801 652,801 00000000000000000001f435abada49e58c074ae1168df8404b832ad129eee86 240 0.14/1.00 vMB 52
652,800 652,800 00000000000000000005c8f82be414604a30f33fa35028079d0d012079c8f3ea 1 0.00/1.00 vMB 0
652,799 652,799 00000000000000000003f0691d36c30da3f4d961a10bb5832b248b76c80f8a00 1,564 0.98/1.00 vMB 18
652,798 652,798 00000000000000000008e30f39f9388ec1d05783b94b394ad7e3be9d702ab03d 1,133 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.36 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: 662.67 GB
    • Received: 14.87 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.