Loading Tool

Explorer IconExplorer

Memory Pool

12,182 transactions
2.26 vMB
0.01657542 BTC
Random Selection Loading Transactions
Max Size: 17.91/200 MB

Candidate Block

Mining Attempt 1b39fbf2c6fdb820d6c1af408962feb797f69888e430e926089e42eefbbb7cc3
Version 20000000
Previous Block 00000000000000000000e61c10e63ba62f37ef3a09f5dd46e6693d5b90286f4c
Merkle Root be7f94f8b3cc532f11a81dbec33d13eeba38a0f51b10b0ce793d471bc088276c
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 4,280
Size: 1.00 vMB
Total Fees: 0.01497584 BTC
Feerates: 150.61 > 1.50 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 937,922 (805,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,904 132,904 0000000000001031794bac988667053fc496f102dd15ab470bd34da229355923 18 0.01/1.00 vMB 43
132,903 132,903 0000000000000c599809cb113d608c0afa0a79afa8fe45954b06311bc3d7e908 13 0.01/1.00 vMB 538
132,902 132,902 0000000000000751fefcea491275d11851792de99a1893d16f8ec84b9bf4c14b 8 0.00/1.00 vMB 1,052
132,901 132,901 0000000000000b98f64952a75334681d4d6dcedbffd5a7e0c2f8407168433d1a 6 0.00/1.00 vMB 567
132,900 132,900 000000000000035407f0f3ff659ba9ff24c5795879e5e4df80025f94c98553b1 69 0.02/1.00 vMB 456
132,899 132,899 00000000000001d0efbea10fdec00822679ddf4cd6a513a18511bc1a67f4b255 30 0.01/1.00 vMB 6
132,898 132,898 0000000000000e26acf40ba0efb5e4b3b130276975f72f3b1a6918c137159d83 14 0.00/1.00 vMB 342
132,897 132,897 00000000000004f6c2e9e6c757cdcc46f59e7201cfb0088de125d5cf0ad1f670 14 0.01/1.00 vMB 316
132,896 132,896 000000000000125b959a9d98e5f44d2926c874c2ffaaf8d4bcb08b784f2f6458 92 0.03/1.00 vMB 210
132,895 132,895 000000000000092f4f7388fd62cd70dddb2e8f8a46a29432f955f6acd3615a2b 81 0.02/1.00 vMB 169
132,894 132,894 0000000000000f89df606b6038ef41d78f2c9c2d4a393e52b432f2973d02f958 49 0.02/1.00 vMB 686
132,893 132,893 000000000000002cb718bee4a57666d5907562bdeea337e4b8b4d1df918d6c5f 79 0.03/1.00 vMB 264
132,892 132,892 000000000000089174962b0cee272f9b55dc5a09016767c99b23049fae8f27d8 10 0.00/1.00 vMB 296
132,891 132,891 00000000000010b60119673167546307b798e6bb0275af8788f01bc388e8ba17 181 0.05/1.00 vMB 37
132,890 132,890 00000000000010bdc428c2bf52d1ad01d421e0f23502daa698a1cc9591713f98 37 0.02/1.00 vMB 866
132,889 132,889 00000000000011684de438147f4be058c997eae64d8f88baf8bd2294fdcd0cd1 33 0.01/1.00 vMB 377
132,888 132,888 000000000000003900128ceaad5319ed7dbf41e835df9b3947168e201cf6ef70 173 0.05/1.00 vMB 157
132,887 132,887 0000000000000b6007c04e4650e8cc90b6c5a09893386ffee78bc4e25c6c7714 10 0.00/1.00 vMB 303
132,886 132,886 0000000000000eb2c6c68a53c147adf444f2c055844a15e421989a9f8cc927ca 56 0.02/1.00 vMB 461
132,885 132,885 00000000000012c92e4271a5a3a14f8694219724548b2c6b6133332093b4af28 28 0.01/1.00 vMB 272
132,884 132,884 0000000000000f53a8a4ef67f4578e5b94bf761543a5e888678f1fe18632f0e0 18 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 823.03 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: 4,072.13 GB
    • Received: 221.97 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.