Loading Tool

Explorer IconExplorer

Memory Pool

81,103 transactions
30.88 vMB
0.08703354 BTC
Random Selection Loading Transactions
Max Size: 187.47/200 MB

Candidate Block

Mining Attempt 7e79e560c894a38f8c51e6ac9ac3a1b5e625e65a58f2e66b9346771ff12d3b20
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 01b68098caf87ca36021fa509b8040c0b3986432bdbbad006747215b42b4ac4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,938
Size: 1.00 vMB
Total Fees: 0.02066632 BTC
Feerates: 351.58 > 2.07 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (505,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,023 410,023 00000000000000000619e2ac416c8900539be108b257d3c0007c183280420eca 1,130 1.00/1.00 vMB 24
410,022 410,022 000000000000000001e1daf07fa70f4dc48507b0c172b8cbf07b2356830d1320 1,590 1.00/1.00 vMB 27
410,021 410,021 000000000000000005bf72ee26c03153fb8e69b353f32be564d51b9029f27ecc 3,099 1.00/1.00 vMB 36
410,020 410,020 0000000000000000010cf886e1a35209d03ae115d499a9dde1f170ff99214144 2,784 1.00/1.00 vMB 59
410,019 410,019 0000000000000000000bcbb69e1699ef16d191ccae4d7dd53682a47bd058cd09 3,326 1.00/1.00 vMB 73
410,018 410,018 000000000000000005f37b7da9b62c068ba405acf3dd4e820e138e6e77d5252f 1,918 0.99/1.00 vMB 36
410,017 410,017 0000000000000000050e265b5dceb3f63ec8989692cb6cd7757c8abe2f45fee5 1,786 1.00/1.00 vMB 34
410,016 410,016 0000000000000000044e6d3550d9af2fd6a627d7e480d774f34d06d93e61823c 1,871 0.99/1.00 vMB 39
410,015 410,015 0000000000000000051b92b031956e5ab7459f7f3da60f03cc068910a9d291de 1,461 1.00/1.00 vMB 26
410,014 410,014 000000000000000003e5e45db53958541d309bcea0bfce41da657fb5b0d9656c 2,744 1.00/1.00 vMB 35
410,013 410,013 00000000000000000509f58b69c4429639c781051e6502f3119b5afac7712167 3,455 0.99/1.00 vMB 46
410,012 410,012 00000000000000000615640c26599b6b3d9f1b8f091e8feb3ded075ab4c04301 2,855 1.00/1.00 vMB 88
410,011 410,011 0000000000000000037743ee86bf8182cec34ace1546811db9068ad75eca47b0 1,587 0.91/1.00 vMB 32
410,010 410,010 000000000000000002e10fa01a3927be30edad836b85c7cae119d0b2a3cf3903 1,783 1.00/1.00 vMB 32
410,009 410,009 000000000000000001095a8577383f13707581f9b0ce129eb400685c5531a2bf 2,562 1.00/1.00 vMB 48
410,008 410,008 000000000000000000a92e8fc85d5bc8f5427a25fdf07b5d1d3d9379bf4fa7fe 1,187 1.00/1.00 vMB 26
410,007 410,007 000000000000000005571ff250cc080873780cdb8dcae0979f7ef3032d0b7890 7 0.00/1.00 vMB 171
410,006 410,006 000000000000000004bf525b233ba81bc4ee0812d3822045ea8d6dcbc2820dcb 1,953 1.00/1.00 vMB 26
410,005 410,005 000000000000000003196cc3372abe0da190988595135a115cff0dc1ca71fed5 3,028 1.00/1.00 vMB 45
410,004 410,004 0000000000000000026d14b72547b6dfa199734d40c671aeb642e9e30b770c58 3,631 1.00/1.00 vMB 80
410,003 410,003 00000000000000000137d4b2f6ced5aafdb05fda6f8d9c1438e70e2e78197dc6 1,390 0.63/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.74 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.