Loading Tool

Explorer IconExplorer

Memory Pool

42,283 transactions
26.73 vMB
0.06327195 BTC
Random Selection Loading Transactions
Max Size: 140.24/200 MB

Candidate Block

Mining Attempt 333f06153270719d4f2293b8530c6c52506817a8d80906edda228a1572b1e891
Version 20000000
Previous Block 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d
Merkle Root 571203b4d9186f523dfe1294a5f8b158e7d63304179844d115664b06ab7acff2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,201
Size: 1.00 vMB
Total Fees: 0.01387554 BTC
Feerates: 181.54 > 1.39 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,932 (295,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,904 619,904 00000000000000000004010e66f8958fb1a4d1f2099dff805e3ce518b4f152e0 3,329 1.00/1.00 vMB 17
619,903 619,903 00000000000000000002e92120bcefc80430511dc74be50555bdcab6e8f8322e 3,369 1.00/1.00 vMB 29
619,902 619,902 0000000000000000000d6e88c7038944c059abf1aea74639f00b864ca89caa17 3,318 1.00/1.00 vMB 14
619,901 619,901 00000000000000000010d85a2d424d94319db10cf72a0d262693083176d1b963 2,373 1.00/1.00 vMB 15
619,900 619,900 0000000000000000000bc9dcc01e8bfc6b82e520c44c3b84b72d4383d4433060 1,787 1.00/1.00 vMB 10
619,899 619,899 0000000000000000000dd631dac3e2d00084d88351c7179ede8b1152c1e4740b 2,781 1.00/1.00 vMB 10
619,898 619,898 0000000000000000000954e59d2f9c9143657f21e6503df6b1f2a10231c8ef98 2,795 1.00/1.00 vMB 16
619,897 619,897 0000000000000000000346eec19720bd22137b54719dbea4b26a8f04ff5cf574 1,963 1.00/1.00 vMB 14
619,896 619,896 00000000000000000003c4f5ee0f00e1d948c9252d47d5a3a10fbb8b3d6ee205 2,808 1.00/1.00 vMB 18
619,895 619,895 0000000000000000000d72f751981f38e8ba3203f224be3cd1465e282d977cf9 3,284 1.00/1.00 vMB 25
619,894 619,894 0000000000000000000d6ff524dd647e427413cb1ae52cc085b734b9ee071441 3,198 1.00/1.00 vMB 26
619,893 619,893 000000000000000000047725b39e324b709a8a0c4dbe1fe6d9406ecd7aeba221 2,046 1.00/1.00 vMB 18
619,892 619,892 0000000000000000000f6b6b349e1af522c8090ba1833898dbacf272b806506d 2,415 1.00/1.00 vMB 18
619,891 619,891 0000000000000000000abf8f43bb397ea30f3747991d2916a44a4ae80d0ae805 3,520 1.00/1.00 vMB 22
619,890 619,890 00000000000000000008c65af92189bfec41c96a01df5038b485b8a3168d79cd 3,468 1.00/1.00 vMB 28
619,889 619,889 0000000000000000000aa6abdbbde5996264cd0a286c46ea11fe7975dcc468fe 3,348 1.00/1.00 vMB 28
619,888 619,888 0000000000000000000d0f5712df778f601fefa38c48eb04c30301d8a72660b5 3,152 1.00/1.00 vMB 23
619,887 619,887 00000000000000000006445bd52ffd57da343f930647defcd4bc40baf3c78bfe 3,062 1.00/1.00 vMB 31
619,886 619,886 0000000000000000000f4f05377b14b93ae13f08cf7cee898ab309c04a055dee 1,649 1.00/1.00 vMB 11
619,885 619,885 000000000000000000005079f3f878463eb2bc076aa0d16896e6b0834d458261 1,937 1.00/1.00 vMB 7
619,884 619,884 0000000000000000000bbac541d6c5303eca0da497788f085714c0e85fda8890 3,223 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.27 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: 656.01 GB
    • Received: 14.37 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.