Loading Tool

Explorer IconExplorer

Memory Pool

77,576 transactions
28.79 vMB
0.06937216 BTC
Random Selection Loading Transactions
Max Size: 174.58/200 MB

Candidate Block

Mining Attempt 61a56842267d9af9f5f528d061b069ec7dbc0af8bf5607b1f56698a8a9f0f65d
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 1889067d3acd1d03e65c686ec576d1e7896a8ddb0ee3c1ce655871d98987efb1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,166
Size: 1.00 vMB
Total Fees: 0.00881176 BTC
Feerates: 73.20 > 0.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (524,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
391,018 391,018 0000000000000000059724c3d5ac7e461ee69231cc751ca8fc910f977308a11d 315 0.20/1.00 vMB 24
391,017 391,017 00000000000000000bbc11f4ff70eba5cd6691e63edd4f36e936153de069d1d8 1,154 0.73/1.00 vMB 39
391,016 391,016 00000000000000000b145f1d7938aa4901a6b963479ebc996262350f68f59bbe 963 0.42/1.00 vMB 40
391,015 391,015 0000000000000000017742b32b3993e7b20247f782b51e23d29748b5a0171b6d 237 0.25/1.00 vMB 19
391,014 391,014 0000000000000000053c5328e4662764c83a9c2141503d676fa5cb396dc78595 585 0.41/1.00 vMB 25
391,013 391,013 00000000000000000946799591f509fd82c6afcdf2bfacdee2dc10eb690625b6 202 0.38/1.00 vMB 9
391,012 391,012 00000000000000000ab9aef4948a81cc4f9637c8fa6ef5bf1aabf43f03ec907b 1,029 0.44/1.00 vMB 39
391,011 391,011 00000000000000000ae367fd0776aee915e6a4af74d7141d318e7440e6f843c4 564 0.29/1.00 vMB 28
391,010 391,010 00000000000000000329b3056c1808c153b74d1a7d23af94beb9974a2c01cf5b 1,084 0.99/1.00 vMB 19
391,009 391,009 00000000000000000ad2f2f40bee5febc38228c80f5e2111d7f6a693d9ed692a 227 0.25/1.00 vMB 13
391,008 391,008 00000000000000000468d3d80972c97b35b387b656b281d47652d09a39076ea8 1,640 0.93/1.00 vMB 33
391,007 391,007 0000000000000000076513bd471ebcf0c29144ef3e311d2802f8b844a7cc341d 2,459 0.93/1.00 vMB 45
391,006 391,006 000000000000000009a578ae2d8de2b1e554a7d8e40d6c48d8ac214c387065ce 1,488 0.93/1.00 vMB 26
391,005 391,005 00000000000000000a5e4ad1a847fd13dc56bc107595a9bd82808e9e6d7a37ed 3,076 0.93/1.00 vMB 63
391,004 391,004 0000000000000000090ac44b3c803950b9a39f666dc54b509a2f891c5442a174 449 0.48/1.00 vMB 19
391,003 391,003 00000000000000000219dd94578cb06fd20f031941616c44cadd2a358aa71f5b 2,587 1.00/1.00 vMB 45
391,002 391,002 0000000000000000098316586bbd5ab487c5ee80a65131e894f4a7bbcb5414b2 2,070 0.99/1.00 vMB 33
391,001 391,001 00000000000000000065a731ffe0f05ca3f46224c1213598628e49a820e07f0f 1,493 0.76/1.00 vMB 37
391,000 391,000 0000000000000000016936bae618c90dcada8720313b82f8e22ec95021de1b3b 1,476 0.69/1.00 vMB 32
390,999 390,999 00000000000000000a6540da5b784974baf14598e16a5ab517e107b8ea55fa94 121 0.08/1.00 vMB 26
390,998 390,998 0000000000000000021254867dad3593a7f2c234de294b7d5fcea3b152c635c7 479 0.33/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.56 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: 669.88 GB
    • Received: 15.79 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.