Loading Tool

Explorer IconExplorer

Memory Pool

79,456 transactions
29.93 vMB
0.08413446 BTC
Random Selection Loading Transactions
Max Size: 180.41/200 MB

Candidate Block

Mining Attempt f1d096e53a4a60c0fdcf95f88f9c508b5a9800dec233e66f6bb6b72c404da541
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root fb1de1e650075bcffd28545e9eb2f2bf39289106f7b9502a2daa0ae9e30e4fcc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,894
Size: 1.00 vMB
Total Fees: 0.01565646 BTC
Feerates: 40.21 > 1.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (91,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,948 823,948 000000000000000000030b31ad4f0aded43d599f2f70d38782c9720de775fe20 3,307 1.00/1.00 vMB 95
823,947 823,947 0000000000000000000298c6702212b50825a5bcd0d2b1bab201c8d04059a05b 4,196 1.00/1.00 vMB 87
823,946 823,946 00000000000000000001ac3a60252950fe6bcd47854458aed751c068153541b7 2,894 1.00/1.00 vMB 80
823,945 823,945 000000000000000000009032f4c9c0b21ba0c70b200dc7effbcb044ed7d0c2fe 3,273 1.00/1.00 vMB 104
823,944 823,944 00000000000000000001da2b044b4cbe5bc61123a6d75d7847a46b80db533595 2,458 1.00/1.00 vMB 97
823,943 823,943 000000000000000000013ca793263b942828c09fabec6c053fba7eb8e2b8b411 3,237 1.00/1.00 vMB 102
823,942 823,942 00000000000000000000f5a06aae1047582e6ee53ecf8351409865379ecd77a3 3,052 1.00/1.00 vMB 187
823,941 823,941 00000000000000000003bd5d58864e6a05273e407668f809efc065115cf5c483 3,104 1.00/1.00 vMB 155
823,940 823,940 00000000000000000003d8679516f68254e7409c54f9409abb316799b6b70ba4 4,228 1.00/1.00 vMB 106
823,939 823,939 00000000000000000000392c437cc9d28ad04c6c55075a01b07c95e1fdbe8e5a 3,984 1.00/1.00 vMB 82
823,938 823,938 000000000000000000023d6e48c358482c543cafc668f33c1f70b204876ef778 3,217 1.00/1.00 vMB 73
823,937 823,937 00000000000000000002edbc38753332fda1862d28c0d56b7d1e23291029024b 4,498 1.00/1.00 vMB 83
823,936 823,936 000000000000000000030051c1ea2a3cc00c5cf9f8b973b90865bef73f232ef5 2,488 1.00/1.00 vMB 73
823,935 823,935 00000000000000000003cd8f100fdd3255a0dbf9d89bf1f96db70102dbcab08e 4,153 1.00/1.00 vMB 91
823,934 823,934 00000000000000000001d546b53b34bc1a2f80ec6e50deff1352a4c9a8f197d7 3,557 1.00/1.00 vMB 96
823,933 823,933 00000000000000000001520b6d7137943a76316fc01adcd5bd22edcf06f34b14 3,546 1.00/1.00 vMB 91
823,932 823,932 0000000000000000000138d89b4e68e03859817c60510d9d8735538ed1928bb7 5,427 1.00/1.00 vMB 79
823,931 823,931 00000000000000000000a2d171cf873e2ea7c7853715cae3721a7ccd99467094 4,278 1.00/1.00 vMB 78
823,930 823,930 00000000000000000003b61f1bcf1f3c3a5674b6dfa60fa1dbf0f3e468e3fba0 3,898 1.00/1.00 vMB 87
823,929 823,929 00000000000000000002ac662079b0e3118fedd8dcada0d238aa3e163e5955d2 5,161 1.00/1.00 vMB 90
823,928 823,928 00000000000000000000f3b68d66c47a16d6fbdcb393a8a9d4f5124ad9641229 4,838 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.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.