Loading Tool

Explorer IconExplorer

Memory Pool

79,928 transactions
29.57 vMB
0.06566406 BTC
Random Selection Loading Transactions
Max Size: 178.42/200 MB

Candidate Block

Mining Attempt 819e326b0ac4ee5b3de3b588a5d4d611685a367569af478ef3d2c08f4c7551f2
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 084d1504e99fb71c3a28d0ef8771d11efcf47fa216d0696171385088d988339d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,474
Size: 1.00 vMB
Total Fees: 0.00561011 BTC
Feerates: 40.32 > 0.56 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (694,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
220,025 220,025 000000000000045bbe46141093e72351ebb762848f43e0e7ef574cd50b28e468 392 0.21/1.00 vMB 146
220,024 220,024 000000000000012afe4893c9fb0a5b3b465bc0aad0f5d9fa211234aee52037bb 464 0.20/1.00 vMB 189
220,023 220,023 00000000000004f9c2c9958a949fd573ff6ff2727eed8323367c44df2837a7e2 200 0.09/1.00 vMB 164
220,022 220,022 0000000000000507cd67769c571231d8eb82470db3b3e567081b4ff2f9f4d8c9 412 0.17/1.00 vMB 206
220,021 220,021 0000000000000400cd41c99c2dff351a47fbcd0e8ce5198d028ee2d6e6ecaa34 7 0.00/1.00 vMB 14
220,020 220,020 000000000000000309540b21d917163b9f646394c16bac7df90e0e4236acd38e 101 0.08/1.00 vMB 43
220,019 220,019 00000000000000d380f91f673e0e16177d22695f5fe1d7eb719195d7a00e210e 154 0.07/1.00 vMB 169
220,018 220,018 00000000000000d5080a90bee42a9cba4035b19a5c8cbf42198f065b5437ffa9 206 0.10/1.00 vMB 154
220,017 220,017 0000000000000105e7ccbca8910951361de78363000635270643be4295b5e73c 32 0.01/1.00 vMB 203
220,016 220,016 00000000000000f25f3c9c38914b638c324b844bcb93aded2b58fcb92e336b5e 605 0.24/1.00 vMB 177
220,015 220,015 00000000000003263f64fa0372fe565211204983a329a98c59ee655b96625f85 554 0.45/1.00 vMB 31
220,014 220,014 00000000000003b3ba8023cddfb07d77f46a45e5e692f421c0ada624ce1aaa66 12 0.00/1.00 vMB 36
220,013 220,013 00000000000003777cc76d9b1b684155666c02a4023bd277ec88eb24914f2b4b 698 0.25/1.00 vMB 214
220,012 220,012 00000000000001873e6771f5c9a21e697e683ccf7d56ed49c2a3d1a0ee3a2dde 394 0.20/1.00 vMB 146
220,011 220,011 00000000000003862d25a4eec365504c5b004ec8468c7e3a9d7872ac0bef4047 57 0.05/1.00 vMB 67
220,010 220,010 000000000000042c9c25f5529dfec80af2f58b0584d6ddcbe16696f7e446d68c 586 0.25/1.00 vMB 191
220,009 220,009 000000000000018bc7e7bba7de611eef0ba9bfd10a6c4aab506602658c24743a 347 0.20/1.00 vMB 119
220,008 220,008 0000000000000486cb0c2ee10bfe714da1189dc2f2cb563d8db272f045c20c66 870 0.25/1.00 vMB 274
220,007 220,007 0000000000000086db96f52d3d27c1fe092eb463c019cdbc53147a52cd26547f 272 0.20/1.00 vMB 109
220,006 220,006 00000000000002074986cae8d205435c16a7ac0cfd81eb4e5e7aee2d93afd579 654 0.25/1.00 vMB 193
220,005 220,005 000000000000043e2642f258e2009bc857b32ac2eb3fa0a081de408eadf7708e 573 0.48/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.33 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: 660.37 GB
    • Received: 14.70 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.