Loading Tool

Explorer IconExplorer

Memory Pool

35,888 transactions
26.70 vMB
0.05745845 BTC
Random Selection Loading Transactions
Max Size: 135.06/200 MB

Candidate Block

Mining Attempt 3a1841f6a3af750547efd34e8a54b58cb6d7304f585a3440d84027f21cc321c7
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root 3263ddb8ed3c5536c59b94c766b9c87551da9fb96dc97f119f925a996cc009c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,987
Size: 1.00 vMB
Total Fees: 0.00754398 BTC
Feerates: 160.84 > 0.76 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (347,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,780 566,780 00000000000000000027b1181f4d48bdb66530b66d0c116576698bd11ff20a93 2,291 1.00/1.00 vMB 33
566,779 566,779 0000000000000000001ec047ecf2d73d9c4ee8fcf4d23a6ac151a98c2e99318b 1,928 1.00/1.00 vMB 28
566,778 566,778 00000000000000000007a2cdc2199ba8b382de4b31229ca410a10a8766307bb9 3,056 1.00/1.00 vMB 42
566,777 566,777 0000000000000000001a8f9f5d56a16aa2fda83d246303351b978b4abdd74c0f 2,849 1.00/1.00 vMB 40
566,776 566,776 000000000000000000104916e5ca02bda553a8be9a711a422063971492fa4975 2,966 1.00/1.00 vMB 25
566,775 566,775 0000000000000000002994bfb6780be3ff01c6cf891900dbc21fd440b1c3bba3 2,270 1.00/1.00 vMB 25
566,774 566,774 00000000000000000028741379cd22cbfa2e1952ff85e0ff4f876bd684faa461 3,078 1.00/1.00 vMB 42
566,773 566,773 0000000000000000001dbccb6bcb7b7119794fabc91ef767768012cc0db79c11 2,701 1.00/1.00 vMB 42
566,772 566,772 000000000000000000056eefced399c1f9a166942dda2ff9e1c6fabf9921432d 2,282 1.00/1.00 vMB 29
566,771 566,771 0000000000000000001a4d72269625c18e86a152db0cfc6be3953f224d424262 3,327 1.00/1.00 vMB 26
566,770 566,770 000000000000000000023dde95280c047120cfd931d65b8305ecf01aff814c93 2,275 1.00/1.00 vMB 45
566,769 566,769 000000000000000000260c3acbc7bffb91fa508eaefb7196a3eb9714db200c6a 2,569 1.00/1.00 vMB 23
566,768 566,768 000000000000000000253772e46def0cb6d03af1c2eec6d8072e523133e7e61f 2,834 1.00/1.00 vMB 40
566,767 566,767 0000000000000000001f4abcad62a228b2fc8415ad967aeee9c4d52fa54debe8 1,578 1.00/1.00 vMB 28
566,766 566,766 0000000000000000001f4ec284bad57c36be313251c8bd55fd22ab72449a0dea 1 0.00/1.00 vMB 0
566,765 566,765 0000000000000000000a518911f95961bbe672a9bdfcd97d7a73a0a329de1337 1,329 1.00/1.00 vMB 33
566,764 566,764 0000000000000000000213d0c687ddc83fc1b7c01bcaf316f9015226545c8e3c 2,718 1.00/1.00 vMB 35
566,763 566,763 0000000000000000002a6dc33edbacda41c3c52dea10fe6cfbbfcd1db469598b 2,234 1.00/1.00 vMB 28
566,762 566,762 00000000000000000028aa10326ddc2a97dee331e3c856def24e3ecfb9d399b6 2,838 1.00/1.00 vMB 41
566,761 566,761 0000000000000000000a62d1642b69a1af65548f222ae03f86bbf9b805a0155a 2,884 1.00/1.00 vMB 56
566,760 566,760 000000000000000000132b16efbd0c357520e45a9ae6de25faa9ddb1d133cb21 2,253 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.77 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: 632.84 GB
    • Received: 12.15 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.