Loading Tool

Explorer IconExplorer

Memory Pool

44,600 transactions
27.43 vMB
0.06301014 BTC
Random Selection Loading Transactions
Max Size: 144.58/200 MB

Candidate Block

Mining Attempt e73ddcda8009a0fe4749d852a44082db6eadc201fb9ed4feae0e5c76f7b29b6d
Version 20000000
Previous Block 000000000000000000015fe54d703480c778f5e8c27a53d251a583c6e5acb2b6
Merkle Root 8d187ef63db3880bb0d2f2ad334cb3247f294ae7f6eef2bbff46ffd3e08a3ec6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,766
Size: 1.00 vMB
Total Fees: 0.01160204 BTC
Feerates: 134.30 > 1.16 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,913 (390,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
524,905 524,905 0000000000000000003ccb4d804ac9cd717e283a446860922d60c49f9dfb28fd 2,593 0.90/1.00 vMB 31
524,904 524,904 0000000000000000002d0a27574c6ce04594f808c4a65c1fbe1900bba1c07d6c 969 0.39/1.00 vMB 28
524,903 524,903 0000000000000000001834be5e53e4ad31a2c5b0e986dc18809ec47e911f4b38 205 0.29/1.00 vMB 28
524,902 524,902 0000000000000000002fa12aff9b80d5cd36a9c2e539722852ee74b9058baa7d 634 0.29/1.00 vMB 31
524,901 524,901 00000000000000000018fb36d958ca82df55fa32209fa77e397af92f4a006cf9 989 0.50/1.00 vMB 16
524,900 524,900 000000000000000000221b6d8dc5af93381cb480caf6bbd79631b56e83c6abec 1,279 0.54/1.00 vMB 62
524,899 524,899 000000000000000000044eb6d463a2ef36e7515cf911c5399c50fb2931f4ecad 2,611 1.00/1.00 vMB 34
524,898 524,898 0000000000000000000f125d952e1fe0d3990af4e306ae28de7114c45784bd41 723 0.65/1.00 vMB 18
524,897 524,897 00000000000000000023f491f301e842d6c955fb8a76360262b774e6d275e541 680 0.45/1.00 vMB 31
524,896 524,896 0000000000000000000e26cad41443d1a38e71d36af6a98a7de2576d105bfdb5 952 0.49/1.00 vMB 32
524,895 524,895 00000000000000000032be56af0b8a6610e4236372ff81cd37db17ee42d43c52 1,648 0.81/1.00 vMB 30
524,894 524,894 0000000000000000003fd1ea43207bee0d5df78a76ababc86195a124b9900020 1,189 0.74/1.00 vMB 28
524,893 524,893 00000000000000000009760a567475cb335bc0ba65b0b1158cf6bc5ac76baa0a 1,517 0.80/1.00 vMB 21
524,892 524,892 000000000000000000027226a947e06e93614480685a82ec8151f3918d393f4a 2,556 1.00/1.00 vMB 36
524,891 524,891 00000000000000000006d327356d0c5dc6481245864ad266af7147ea76c9269f 2,577 1.00/1.00 vMB 63
524,890 524,890 0000000000000000000cd5d1f4da4d9d3cae0e6e89de50b70b11cc1b1f93a179 590 0.32/1.00 vMB 72
524,889 524,889 0000000000000000000f1b3efa93cc48504bece23970b5bc25b12238b100668e 377 0.16/1.00 vMB 40
524,888 524,888 0000000000000000000719e8a301a14ba8fbe001bc2e01c83d89648dd93c7ecd 2,065 0.88/1.00 vMB 11
524,887 524,887 0000000000000000003a70dfa38383de0932e3f0eba5bc6dcc4963a6e7aca7bc 1,352 0.55/1.00 vMB 25
524,886 524,886 0000000000000000001dd80f44f4dd58e3d8f767736ab70cfa991b7969599c5b 2,678 1.00/1.00 vMB 38
524,885 524,885 0000000000000000001ab85aadaec28e47b2fa20afdb4829aa5405f755b67771 143 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.24 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: 655.06 GB
    • Received: 14.24 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.