Loading Tool

Explorer IconExplorer

Memory Pool

80,009 transactions
31.07 vMB
0.07929925 BTC
Random Selection Loading Transactions
Max Size: 187.98/200 MB

Candidate Block

Mining Attempt 6c5d79c3f43963d8814db3ae9b03d739d70fa7f4b005e869d941441540f1b5b2
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root 91fc1beceb1977d6bca66f796cee9018a37ce79679c0b5abe7ff670f1414af20
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,531
Size: 1.00 vMB
Total Fees: 0.01238847 BTC
Feerates: 100.25 > 1.24 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (347,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,822 567,822 00000000000000000011c411b61faea8ea8de246bb9de60e89d538dcae527465 2,261 1.00/1.00 vMB 5
567,821 567,821 0000000000000000000c90544a3ee2bffc68f4df9440bed0cd06081056c74b7a 1,096 1.00/1.00 vMB 8
567,820 567,820 0000000000000000001af9d24c6cc7270870bf301c6bf36a199aa10c9d1ff3b7 2,657 1.00/1.00 vMB 20
567,819 567,819 00000000000000000015f032f20e9aebf1843cf9245ecc557087c3ba532eddbb 2,208 1.00/1.00 vMB 11
567,818 567,818 0000000000000000001e04b0bdf4030dda47eb05e039fcc8e4f88d959d15f824 2,349 1.00/1.00 vMB 14
567,817 567,817 0000000000000000001c8bce71f72b56388aea467c4ed0e4d8486f9bdebf4422 1,962 1.00/1.00 vMB 33
567,816 567,816 0000000000000000002a7d0a98a42a3fc9487c671606b5917359c2ac4a3d9142 900 1.00/1.00 vMB 81
567,815 567,815 000000000000000000167b9d1a0ea27d6bb0c09e05ca5f33a5cf21740b44ea2a 2,871 1.00/1.00 vMB 29
567,814 567,814 0000000000000000000bdbacb836dd1e9a7ab156becb1a4419d56a90645694ae 2,370 1.00/1.00 vMB 23
567,813 567,813 00000000000000000000d8fab473c95c004b551915e11a13126164247415e4a3 1,860 1.00/1.00 vMB 3
567,812 567,812 0000000000000000000d0ea5bc8efff92463136fb88ef2f5d79ab030dd59f581 2,482 1.00/1.00 vMB 15
567,811 567,811 00000000000000000010304dd72e37803569164b0feacaf75278e5a23105ad52 2,364 1.00/1.00 vMB 7
567,810 567,810 00000000000000000003ae512f4680b2b32ee6c9f14eee294a1dae4d3262eb81 2,989 1.00/1.00 vMB 13
567,809 567,809 000000000000000000049bf71e0081efe7b726eca8dedc2b5d25c2e43d1fe544 2,768 1.00/1.00 vMB 34
567,808 567,808 000000000000000000265a6e06a402abedd31b5a6da56fedf9757094888f08cd 1,981 1.00/1.00 vMB 10
567,807 567,807 00000000000000000001c6458ed068b7d2dc10fe360155d2762c79ecf380ed2d 3,197 1.00/1.00 vMB 12
567,806 567,806 000000000000000000205dc3ad635402aedc8aeead11f98d85d91513a992c55b 2,693 1.00/1.00 vMB 18
567,805 567,805 00000000000000000023376ec500e6b3a61a1cf53b35e1b15d5a22c7ac7e6e62 3,083 1.00/1.00 vMB 49
567,804 567,804 00000000000000000015b3bb044c856de72191f4f915a7b55df42b709522be4d 2,886 1.00/1.00 vMB 22
567,803 567,803 0000000000000000001883999e66722c1457a04d0610ff0b3e1cc43b437bac48 64 0.02/1.00 vMB 27
567,802 567,802 0000000000000000001185c9dcb5e199136e3e2d4c56af3db3babdf8da93fdb0 213 0.10/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.74 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: 708.13 GB
    • Received: 16.72 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.