Loading Tool

Explorer IconExplorer

Memory Pool

44,845 transactions
27.32 vMB
0.08051111 BTC
Random Selection Loading Transactions
Max Size: 144.33/200 MB

Candidate Block

Mining Attempt 236d823a12917d9f8f391e86af153beda7f5f25ff918ee96e963847112614fc1
Version 20000000
Previous Block 00000000000000000001f5a331a027bc0be29c9295c200059def10bd81bfe125
Merkle Root e1b1450a96803a04a3a4f99254e48ccfe9e4e1048dd563e5c6ccae9458268fa2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,800
Size: 1.00 vMB
Total Fees: 0.02959751 BTC
Feerates: 200.83 > 2.97 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,801 (326,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,124 588,124 000000000000000000093cb63c41f1357a48d40ff57a20669cf7a4b3c364d6e0 2,275 1.00/1.00 vMB 52
588,123 588,123 000000000000000000058824b88631bc423ef1a3d2154f55d3380fcebf9f409a 2,825 1.00/1.00 vMB 51
588,122 588,122 0000000000000000001d40102523457675dea6578d8813e6a03b3f947103ca5a 2,111 1.00/1.00 vMB 14
588,121 588,121 00000000000000000005d9524a4a99ba68f1313aa6c3370aa11a2bd83876ad16 1,931 1.00/1.00 vMB 11
588,120 588,120 000000000000000000073a78bfb7029088070ef22bef21ab8848fdc4c78b52a9 2,564 1.00/1.00 vMB 22
588,119 588,119 000000000000000000166058548afbb478f9d96b1e3a44298f421d109875579b 536 1.00/1.00 vMB 5
588,118 588,118 0000000000000000001d4703783623590320bc1f642a58f98c41deff20fdc742 2,120 1.00/1.00 vMB 20
588,117 588,117 0000000000000000000cc3aa1cb642ee381553db34d1d7fc953092c2a20a2ce1 2,370 1.00/1.00 vMB 41
588,116 588,116 00000000000000000012801d3c2db3bc2ca77c85fd19ef352f9c27cdf92202e1 2,544 1.00/1.00 vMB 29
588,115 588,115 0000000000000000000ae33c30a4700bfc5d84da83fbca96915ae97bc33366eb 1,394 1.00/1.00 vMB 11
588,114 588,114 0000000000000000001b1ca3bab76a5f12f7d204f74e95b468c53ead15490b6c 2,788 1.00/1.00 vMB 47
588,113 588,113 0000000000000000001662d4f8da33cc6b0163abba325a040b79e2218ad0d595 2,460 1.00/1.00 vMB 20
588,112 588,112 00000000000000000014fc4655cb2232a3708d7a315f81800664141634b3b024 3,007 1.00/1.00 vMB 44
588,111 588,111 0000000000000000001f0ca28260d0dcb433a4c0f789b691109852017479e3e8 2,840 1.00/1.00 vMB 40
588,110 588,110 00000000000000000005f6a54d25a4f30fd6acfaf453c86d33a086916039ce74 2,839 1.00/1.00 vMB 35
588,109 588,109 0000000000000000000572162fd4a7e376a2ca470c2debdfc4a40631d2d23ac3 3,175 1.00/1.00 vMB 39
588,108 588,108 0000000000000000001146cd94060bc3cfa55bbc91acf1e7de97b4f22b88efae 2,628 1.00/1.00 vMB 35
588,107 588,107 0000000000000000000e132c967efd827b5ae16f3236e380c39102c5417fc4d1 2,603 1.00/1.00 vMB 60
588,106 588,106 000000000000000000060a6a7f643d75d6a82ef0689bd9f8335b6d6b4e68fae1 1,060 1.00/1.00 vMB 13
588,105 588,105 0000000000000000000c70d7362c0e2759a9a663089aa094395ebff505e94dd3 2,285 1.00/1.00 vMB 30
588,104 588,104 0000000000000000000976b481b3b11175fda5ac246d6ba464b5af0dd80aa937 2,479 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.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: 650.41 GB
    • Received: 13.28 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.