Loading Tool

Explorer IconExplorer

Memory Pool

45,897 transactions
20.78 vMB
0.12423009 BTC
Random Selection Loading Transactions
Max Size: 117.57/200 MB

Candidate Block

Mining Attempt 70e0b15f0fdf0115854ee63ab2735e34a880cbde4239fb10dd7c69725da5cca9
Version 20000000
Previous Block 00000000000000000001427ffb51b57d5795d5553738181e12cb53c41c247693
Merkle Root bb974849ad2bf544321f3744ef68b79d8f6831005b522d7891798f78883c8e49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,586
Size: 1.00 vMB
Total Fees: 0.08025789 BTC
Feerates: 502.67 > 8.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,057 (791,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,864 122,864 000000000000773817ef9bd548c4c6697fdd53fbd448fa799c83cd262ebf2a07 7 0.00/1.00 vMB 1,425
122,863 122,863 00000000000017cd45334fa3d5a03dce1f6b273bbbda3cab21d12bd124e04cd5 11 0.00/1.00 vMB 302
122,862 122,862 00000000000001777184cead72c324edb593f2de4cfead8dcba973fe19c0161b 15 0.01/1.00 vMB 2,070
122,861 122,861 0000000000000132c62d2c84532b09553489cdd51f5230dff6d33cbbcc9c05c3 16 0.01/1.00 vMB 2,284
122,860 122,860 00000000000073beeeb48aa55e26f85b0ee9c3607d7be23d955ece9d2cd61b7a 5 0.00/1.00 vMB 0
122,859 122,859 00000000000084d6dbb6874003d5ad3cbf5d38072fa11055239ed6251cd79ad4 14 0.00/1.00 vMB 715
122,858 122,858 0000000000001f151cf64c35b48ccff168cdd175609dc301a752f98ad8851047 10 0.00/1.00 vMB 0
122,857 122,857 00000000000091e4605ad224969493f590a62df87ea9cd11d951b8db57fa0983 6 0.00/1.00 vMB 0
122,856 122,856 00000000000080106746b9b58be8a8fdc6f16db20bb10ee0874ccb7a03f0b1e2 20 0.01/1.00 vMB 133
122,855 122,855 00000000000003388a94c7061f02d3766c1c69b6dd5f50a24fd45082f88e25f3 10 0.00/1.00 vMB 1,972
122,854 122,854 0000000000007f7e481981b13d5df14ce57bda1940bd9c083f155bf9e44f378f 10 0.00/1.00 vMB 332
122,853 122,853 0000000000004818e4de053d5fa5f4570f6c7fad4753e71c14fb134119b89bb2 31 0.02/1.00 vMB 392
122,852 122,852 0000000000006ee353d4d4e0c5e2666f6cbe9602fc51dcf6af80c2577349740e 1 0.00/1.00 vMB 0
122,851 122,851 000000000000376b4b722400bbf9088ea46af1cbf8cef501f9d4f12fc0fb0f1d 9 0.01/1.00 vMB 386
122,850 122,850 00000000000036bc787782e77d8e26733790aa1bd78e57517c9f2fdfecd50f49 22 0.01/1.00 vMB 1,078
122,849 122,849 000000000000134ae2cf825fd9bb5e6e3d8ac7e65128c38d0b5fe9d15168edb9 11 0.00/1.00 vMB 344
122,848 122,848 0000000000002d08c2eb6f0128250380217f9f6e9c13cb97c5db669f48865828 35 0.01/1.00 vMB 2,780
122,847 122,847 0000000000000f1c1f146936861aff258e743f133871bf3f378b979cbea3cb46 23 0.01/1.00 vMB 937
122,846 122,846 0000000000005219ad8cab7dd5fb593efc6f96cc848e8b8e65d1d06a4524416b 26 0.01/1.00 vMB 587
122,845 122,845 000000000000925d787e3a9fccf9b9c6275599ececc5f6349c36ebd1a9751f5f 13 0.00/1.00 vMB 946
122,844 122,844 0000000000005fb4dd8276ab873727aa663047214584839c8116af6749fab5fb 19 0.01/1.00 vMB 357
Previous 10 blocks ↓
Total Size: 780.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 554.62 GB
    • Received: 6.75 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.