Loading Tool

Explorer IconExplorer

Memory Pool

16,469 transactions
7.41 vMB
0.03123624 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.63/200 MB

Candidate Block

Mining Attempt 125ed409e2881f94146c6c56b555e5b1519ecbfe5990fea2cc963e756192b31c
Version 20000000
Previous Block 0000000000000000000141b3daaf035091f434ab9606d0c7a53ce323aed9737a
Merkle Root 4a8b8c7ee3ca2b0cd42dbddf9c6b425752f422e0604915692d005d26bdafa611
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,507
Size: 1.00 vMB
Total Fees: 0.01669125 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,440 (711,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
201,696 201,696 000000000000040c48622fff059cf3b563a2bc706ccdc0620acdf87a44afe786 24 0.01 vMB 94
201,695 201,695 000000000000027bf0f5cd3b395203544198670d8eef9e6d692cde11b35523ad 97 0.04 vMB 188
201,694 201,694 000000000000001aa50c50b4526cd20d71a9770eccc08709130aa4b677d0bfce 29 0.01 vMB 21
201,693 201,693 000000000000005c1896a5f706afec48c06e86e49b38d079a630d457024b93a2 320 0.14 vMB 191
201,692 201,692 00000000000000582d6436fe45c6cd4be5d21ca2dfb0763d7d1c97a828ed703b 159 0.05 vMB 24
201,691 201,691 0000000000000302ccae2854e2ad9e4832f536bf1168cb843ab2b98316f1f31f 368 0.25 vMB 161
201,690 201,690 00000000000004836ee34baa4a97316cb14e9e490993c820df60fade6902f8bb 183 0.08 vMB 134
201,689 201,689 0000000000000299e4452b824b64eed4b6827316307325fab9eb1ee935bdcf31 334 0.09 vMB 105
201,688 201,688 000000000000038a106a0ed0f71b330dce4187b5748df95b0999760815433fd0 356 0.25 vMB 146
201,687 201,687 00000000000000caf985182bcb43fbc003d824716c8063764434f228d41d7202 52 0.02 vMB 162
201,686 201,686 0000000000000377b10d2eef68f72bd0b836cf2558558f6ffe7fe90d9f8ba166 552 0.27 vMB 102
201,685 201,685 00000000000000850158a622990049914c01a095f5628fc99e184c1053e55a4f 174 0.10 vMB 125
201,684 201,684 000000000000043b6644e0b7ce41fbdf82bcef4883ef1575aa7a65c7eb4c0325 121 0.07 vMB 137
201,683 201,683 0000000000000098585bbaa810a00f0079bb170ab9879ded3efbcd654b8e2e52 307 0.16 vMB 73
201,682 201,682 00000000000000b5aa7c9c5314bba0d87349af1a179d987f7e29d5bcd9466de4 78 0.03 vMB 30
201,681 201,681 000000000000045db3eb5c12a568f6194b6df369b51b16f0e1af47c7a93d1fa8 89 0.03 vMB 70
201,680 201,680 00000000000002b65d218d76432f05bc3aa8fad582007ab3deced432643f1dec 78 0.05 vMB 54
201,679 201,679 00000000000001b3f86fa46d9c3ca21b73b47bc50a64b12c37b0e98066065d6e 96 0.06 vMB 96
201,678 201,678 0000000000000404d253e68980f558f619c8696f1c660714be8e0881955c9940 213 0.24 vMB 163
201,677 201,677 0000000000000300477b3a9ece5925ee1eebb514b51af166476c354d5ea9bee1 198 0.19 vMB 91
201,676 201,676 00000000000000e2c81743833dcb11455224b023ef23ceaf5b1f2a3c4d0a16a9 134 0.12 vMB 114
Previous 10 blocks ↓
Total Size: 779.63 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: 303.87 GB
    • Received: 1.39 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.