Loading Tool

Explorer IconExplorer

Memory Pool

79,260 transactions
29.73 vMB
0.07608869 BTC
Random Selection Loading Transactions
Max Size: 178.23/200 MB

Candidate Block

Mining Attempt 03f381930178540edf66764e565e0293d7dcb3a3aa5d18a485e05f952fe4fb36
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root fcf44551b80b8c2466fd2386ee9f7f2de45f46f7e14278abe3a43dae2d1ebbcd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,668
Size: 1.00 vMB
Total Fees: 0.01554480 BTC
Feerates: 150.77 > 1.56 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (349,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,945 565,945 000000000000000000222f1e09553129066879fe1b01a657a6326c54fe10e13b 2,233 1.00/1.00 vMB 27
565,944 565,944 0000000000000000000a96de8258c4c942f1024718221c7ab55dbadcd43c0f36 2,532 1.00/1.00 vMB 31
565,943 565,943 0000000000000000000e5b3df2120622214c4b3d06a43b1d95749147680b29da 1,527 0.85/1.00 vMB 10
565,942 565,942 0000000000000000002536642f685e2398b8f4d7617cfbd2cf6d0b3b22535a87 1,285 1.00/1.00 vMB 10
565,941 565,941 000000000000000000061c531e9ab7817a7788d1406a62978c62ee8df782dfb5 2,796 1.00/1.00 vMB 14
565,940 565,940 000000000000000000096483d777e585e2efa18947deb002d646a4897095775a 2,413 1.00/1.00 vMB 31
565,939 565,939 0000000000000000002603ec30619038f380e1d99153bbe85c4fb03f33f3b94c 2,008 1.00/1.00 vMB 19
565,938 565,938 00000000000000000002294874ecf6ed6257b5528735c85880abf8dffbfb01c7 2,717 1.00/1.00 vMB 28
565,937 565,937 0000000000000000000b71b1d9897d6d24d4d2a96a76c794aa7b50b68834bbd8 3,467 1.00/1.00 vMB 53
565,936 565,936 0000000000000000000f69880feeef505bb2e026c9e4bb4fe893524d5651b8ee 3,105 1.00/1.00 vMB 18
565,935 565,935 00000000000000000017b478924e682013ecdc9272f5cb5b854b28259382c6f0 2,859 1.00/1.00 vMB 41
565,934 565,934 00000000000000000004e3b613271c6494ea6372edcbcf28b3f3e8e8cb6c9804 2,782 1.00/1.00 vMB 28
565,933 565,933 000000000000000000225f46b161e2991e2f42fe95807a76fef8f471c7beee3a 1,570 1.00/1.00 vMB 35
565,932 565,932 000000000000000000052387b9f0d454743268f006a5b94017e6f0e1f787e24d 3,674 1.00/1.00 vMB 48
565,931 565,931 0000000000000000002b3c26e807395c17956d4442288db06e5453ceaeb9e700 2,873 1.00/1.00 vMB 61
565,930 565,930 00000000000000000002045d9a7a4fb039d468fb751e094efe10e6b0199711ac 1,804 1.00/1.00 vMB 23
565,929 565,929 00000000000000000023a8a96b16ba797ba5bb3a2d544be9dfaf5684acc7a3ea 2,700 1.00/1.00 vMB 24
565,928 565,928 00000000000000000001c4e2167af0adf74b565b36b0411125890793994fcd33 1,982 1.00/1.00 vMB 27
565,927 565,927 00000000000000000013601cf59c115176a7e28c2f0bc4373bba92cad494ec6f 2,854 1.00/1.00 vMB 39
565,926 565,926 000000000000000000219dee259fdddcc9cb5deca24eb17c6eec0a6b4e454bdc 2,640 1.00/1.00 vMB 32
565,925 565,925 0000000000000000001f8253c3e5f020167b412ae27914bf87f1de8b3ca58ed8 2,675 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.