Loading Tool

Explorer IconExplorer

Memory Pool

50,335 transactions
28.51 vMB
0.06447133 BTC
Random Selection Loading Transactions
Max Size: 153.28/200 MB

Candidate Block

Mining Attempt 048f1d05bdc775c9f39d28b3013990c5db56a4b28910457051b4114c44b1413d
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root 15df5ac5ff5aae8921654523c50c7099414d9285307ca98f8dd1d612417a1d9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,906
Size: 1.00 vMB
Total Fees: 0.00966889 BTC
Feerates: 100.00 > 0.97 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (735,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
178,907 178,907 000000000000054b39b45edc12c6c9378492343136e978b342d67d7faaeefac8 114 0.05/1.00 vMB 73
178,906 178,906 00000000000008c8f2d8c03c1efc507810dc9f2f2be1c3ca0781f85b4597d3f2 157 0.08/1.00 vMB 103
178,905 178,905 00000000000001aaa0fa5f727bb6f8a2876a7107a880281e9f7adb84c11a7a94 55 0.03/1.00 vMB 75
178,904 178,904 00000000000001c1266890a7bfebb7f2aaa126761c515c608e6c4d0c5fa94b35 60 0.01/1.00 vMB 0
178,903 178,903 00000000000006d8acc0f1d4d33504cc9af570764848abffd5d57dc9ce135389 256 0.11/1.00 vMB 187
178,902 178,902 0000000000000a479078023d650037a9e023d78351d3ed1adbee58fb71d1e249 1 0.00/1.00 vMB 0
178,901 178,901 000000000000019547d35e691884e95f0b4e1df8b62bebfb883f991ca83bc261 11 0.00/1.00 vMB 44
178,900 178,900 000000000000065a3f4e91439391256bb9b1b4e4856cb9c9822ae3cc499fe1f9 30 0.01/1.00 vMB 98
178,899 178,899 0000000000000afd083bd55c0d2b17cb7e15c1bf02b361c40d08dbdc3a952bc5 132 0.06/1.00 vMB 230
178,898 178,898 0000000000000a4f59ed9980120dbb1d6b1568354f3a9203588d4d91b4e25059 130 0.06/1.00 vMB 626
178,897 178,897 0000000000000365a8e4830793a9772088d123b2990e5fea3dfa6cd7e5800f29 10 0.00/1.00 vMB 50
178,896 178,896 000000000000071a16ec2b8635c4550d29cdb943e1584d3cf89f218978c64da2 271 0.10/1.00 vMB 153
178,895 178,895 000000000000006f619477f8f80505f703a57c71a3c9530717430ada11213a95 80 0.04/1.00 vMB 109
178,894 178,894 000000000000062d7a42bad351a0809739e7093454ced476ba22e3bd9fd22387 15 0.01/1.00 vMB 16
178,893 178,893 0000000000000471b445b38057ba3ea2e2e38287626f6e3a5fd4c7b9d896296a 35 0.02/1.00 vMB 121
178,892 178,892 000000000000087d68fac7dd67b9bed0d603de25352a7758f2e748cca6d1581a 16 0.01/1.00 vMB 69
178,891 178,891 0000000000000272e5931ff01588c9b3fc7bcc51843c62dde018d938c13dc141 80 0.03/1.00 vMB 168
178,890 178,890 0000000000000052a4274cad40fb50b0a506b0ba450fa650a9bcacd022fa7851 23 0.01/1.00 vMB 8
178,889 178,889 0000000000000128d48a710e5b686f4a2562c0ff4abde7f68eebb319dcdde933 44 0.01/1.00 vMB 101
178,888 178,888 0000000000000789effc3d52a64af42f9c2b76cb4b3ad5a823e33ab80f807625 36 0.01/1.00 vMB 466
178,887 178,887 00000000000002b596fbf5748a6668089fe0122b4446009c8ab58ef90e0e521a 64 0.03/1.00 vMB 264
Previous 10 blocks ↓
Total Size: 782.02 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: 649.79 GB
    • Received: 13.22 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.