Loading Tool

Explorer IconExplorer

Memory Pool

83,386 transactions
31.00 vMB
0.13783804 BTC
Random Selection Loading Transactions
Max Size: 187.01/200 MB

Candidate Block

Mining Attempt fb2a4977c5d5fd0de98c7f4a71c65732580651a3f276828058208c9c018cd75b
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 3bcbe5f7b81100f4c7fdcf50fa946e8cd9753a7a79a62c2f6090b3e2e46222f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,712
Size: 1.00 vMB
Total Fees: 0.06984824 BTC
Feerates: 366.60 > 7.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (320,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,018 594,018 00000000000000000019b9f534d964233a66645dfa87630789721163c5aa26b8 1,903 1.00/1.00 vMB 22
594,017 594,017 0000000000000000000e17db29024ebdd569dc274828bf9a5e1cf682b7cd0047 2,122 1.00/1.00 vMB 6
594,016 594,016 0000000000000000000b78aa3a17b9b89db25ce3092c8760ed1888a9c52daa41 2,274 1.00/1.00 vMB 19
594,015 594,015 00000000000000000013999613690e35e87c1428c7333db7ad79d4b14ece7337 2,116 1.00/1.00 vMB 13
594,014 594,014 000000000000000000126ad992e2f9c5216c1b3d396b98ca7a72ad54936adf7d 3,173 1.00/1.00 vMB 40
594,013 594,013 0000000000000000000c87cc0ccfa1deab1d277c7fb983a1e11b51afb50605f1 2,862 1.00/1.00 vMB 33
594,012 594,012 0000000000000000001166830a8b50e7f63319298187958326bea49bdc6b564d 3,020 1.00/1.00 vMB 25
594,011 594,011 0000000000000000000933d70117bcc7a039c6f1da6844a8e4893a0ecc9f51a2 3,092 1.00/1.00 vMB 39
594,010 594,010 000000000000000000039ce42d0a21936d83f8ce1f5b4ad0a74993b84ecb0136 2,679 1.00/1.00 vMB 28
594,009 594,009 00000000000000000007ac5899998176135e1630657c3dd2dcf3627472ac49c6 2,138 1.00/1.00 vMB 24
594,008 594,008 000000000000000000081c0440b256a7030c6ce99c583eadecef2ab30d319a8e 1,768 1.00/1.00 vMB 18
594,007 594,007 00000000000000000002f4877917a422a3d39871353cda63c67f0a6932ea92fc 2,935 1.00/1.00 vMB 28
594,006 594,006 000000000000000000113750255d7ba09066224caca7c36a564302dbc32a1834 2,609 1.00/1.00 vMB 33
594,005 594,005 0000000000000000001088de93437040aabd17df2b9ee3835dfe784f81f67e01 2,323 1.00/1.00 vMB 25
594,004 594,004 0000000000000000000f1f2d087aae3bc35c7bd44c96d508dceafad111a86fd7 1,511 1.00/1.00 vMB 56
594,003 594,003 0000000000000000000ba3e9ce9fbc207fd5f83fd513f5804b1b376856233df2 1,234 1.00/1.00 vMB 80
594,002 594,002 000000000000000000199e5b821faf3dcdd14054844e29abdb4b72af30d20b73 2,842 1.00/1.00 vMB 17
594,001 594,001 000000000000000000019795dd2928c1955c30b04a31093fc3070478de360ca6 2,669 1.00/1.00 vMB 18
594,000 594,000 000000000000000000180141fd29cbbe4aa40ea33e95752e3f1be6385184e430 3,025 1.00/1.00 vMB 37
593,999 593,999 000000000000000000015243bd421cdd06b340a831d07b251cbea8864922d97e 2,818 1.00/1.00 vMB 36
593,998 593,998 000000000000000000033ac1578982e92fc3181b7eeeed2f5c5eead55cf315d5 3,095 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.34 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: 661.58 GB
    • Received: 14.82 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.