Loading Tool

Explorer IconExplorer

Memory Pool

36,422 transactions
26.93 vMB
0.06485984 BTC
Random Selection Loading Transactions
Max Size: 136.32/200 MB

Candidate Block

Mining Attempt dac68bff55cefba7d5650cd3401d554631386a7701ba3a7f10c9be2858313552
Version 20000000
Previous Block 0000000000000000000122e994986e001234b69b994883ffdfdd29f98dd03e31
Merkle Root 3e4339e1641e583abd505935541c5957754a9c0b6b9238b8c92782ab74255343
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,545
Size: 1.00 vMB
Total Fees: 0.01428047 BTC
Feerates: 101.65 > 1.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,639 (49,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
864,659 864,659 00000000000000000000ae85dbbb5de19ee1f2af1774bed9bcea21f1b8bb284e 4,374 1.00/1.00 vMB 9
864,658 864,658 000000000000000000030a2b407bab498bba435c47b1b2512da2b7af31f3f19b 3,270 1.00/1.00 vMB 8
864,657 864,657 000000000000000000021f9f40236d794bef4cf1705fa9ff1965caee86218674 3,319 1.00/1.00 vMB 9
864,656 864,656 0000000000000000000021fe5cd9b036123ca85e4f311a8feee8e443463c202c 4,435 1.00/1.00 vMB 10
864,655 864,655 00000000000000000001e831431a56c1c350dddfeaa1dc6e9b07467ea6c6203b 4,413 1.00/1.00 vMB 13
864,654 864,654 00000000000000000001acec411c1f7220cb4337a14aa8951b5bc2b92286b7a6 4,279 1.00/1.00 vMB 11
864,653 864,653 000000000000000000000e2f2d14c269c4be22bca71f1098cfcf7a5f6bec22ef 4,203 1.00/1.00 vMB 14
864,652 864,652 00000000000000000001106aa3085dae8423a39f126a888308fc7564c361eea9 4,271 1.00/1.00 vMB 12
864,651 864,651 000000000000000000019c6ece0aabae2545ab0cef099d060077094fb19c3076 3,630 1.00/1.00 vMB 16
864,650 864,650 00000000000000000001c7229cab893c4cba8c9a4d139addd8cd9c3ba88ed30d 3,862 1.00/1.00 vMB 10
864,649 864,649 000000000000000000032de20a8e341f5294f59aba4a81b5112823a35f0e64cb 3,852 1.00/1.00 vMB 10
864,648 864,648 000000000000000000007ec34929753d5f8e7f6c6b14d7ad0e81ee13e9825454 6,003 1.00/1.00 vMB 9
864,647 864,647 00000000000000000002cb734a1fbb8a49d2ca587daa4af93415d7581441dc31 3,576 1.00/1.00 vMB 6
864,646 864,646 00000000000000000000588d5a02ac7bc3b983e0de441d2fcca8c1d919c3417a 3,917 1.00/1.00 vMB 8
864,645 864,645 0000000000000000000138b898ac8c4d6d64ba8dd03fafaaccc9fa5bfccd658c 5,432 1.00/1.00 vMB 11
864,644 864,644 00000000000000000000179086acbc6c2a88520fbd81992f7217ae99836efe1a 4,343 1.00/1.00 vMB 7
864,643 864,643 0000000000000000000184deaaf1912df039e5210ddc60e598a3bbb08c6789e3 6,278 1.00/1.00 vMB 8
864,642 864,642 0000000000000000000147e065c4c7b5aed3e45b288aa44110f9e62d89387deb 6,348 1.00/1.00 vMB 9
864,641 864,641 00000000000000000001a2ebf947171d4c36c1873b0aae2e542598fa7ee7ce24 5,282 1.00/1.00 vMB 9
864,640 864,640 00000000000000000002343bf5e718b30ef3c91e541f4f17b134fa2ab914125a 5,087 1.00/1.00 vMB 10
864,639 864,639 00000000000000000001ef8c74c760a5191714db7c737ab3320087598f694db3 4,129 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.75 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: 631.34 GB
    • Received: 12.06 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.