Loading Tool

Explorer IconExplorer

Memory Pool

81,182 transactions
30.61 vMB
0.08712130 BTC
Random Selection Loading Transactions
Max Size: 186.54/200 MB

Candidate Block

Mining Attempt 72e194f54f85a2b1b8cd92533f7e764d1a7eb36bede81f409bc181095726d4d8
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root abe37f6a27b671571d23ab8822f829a8eb09156c78220b7b8c2a048cfd65361d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,253
Size: 1.00 vMB
Total Fees: 0.01850931 BTC
Feerates: 318.30 > 1.85 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (320,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,636 594,636 00000000000000000007c7baa33af7baf4555d09751d6d1fc2320545b5e22446 2,681 0.86/1.00 vMB 19
594,635 594,635 0000000000000000000dbddad1a44c6d8f7ed899ba7eec4eb4c4d98fd4292dea 969 0.28/1.00 vMB 22
594,634 594,634 0000000000000000000b12ec9ad1232535215d7b73c52ab18482b83f14ad9d91 2,152 0.61/1.00 vMB 22
594,633 594,633 0000000000000000000dbfb61bc2566755ea039e8a788d8a28c2c19cf750f8e0 495 0.18/1.00 vMB 34
594,632 594,632 0000000000000000000f93f1e3b8699ba58b7cb63782fdda0db80b30ef40fbdf 153 0.06/1.00 vMB 19
594,631 594,631 00000000000000000004b50d18f0967dfff87b93689548da3d679a349feb1abb 2,425 0.82/1.00 vMB 20
594,630 594,630 00000000000000000008bad5100837f7bb6a28034bca4a316ddd545cc1a0af84 1,377 0.49/1.00 vMB 21
594,629 594,629 000000000000000000176d20f1f68d4b8e48e860dd537c2fa6648a023cc16227 1,312 0.47/1.00 vMB 20
594,628 594,628 000000000000000000181b9c0d1264c3eeb3fb86816a058a71041eb9712c797d 369 0.14/1.00 vMB 19
594,627 594,627 00000000000000000004102aa2aeb99fc9db2fc833eea59cfe86d2bde630e866 1,408 0.48/1.00 vMB 19
594,626 594,626 0000000000000000000b03f378491b1395e79c434e46f5bf1f7eae731a7f0b35 2,956 1.00/1.00 vMB 17
594,625 594,625 00000000000000000019af75060d451e5935c550df24feaebfbfb030eb1ef8bf 1,893 1.00/1.00 vMB 17
594,624 594,624 0000000000000000001280010dc5c8694000d16525c970f5439c22a298f4b931 319 0.09/1.00 vMB 22
594,623 594,623 0000000000000000000e3f51995433f7c65067c067176012d83fe09968ec8e87 884 0.35/1.00 vMB 18
594,622 594,622 00000000000000000004ced7dd006d026bfe95d4c6c85c85a8a25bca7a95a7fa 1,606 0.54/1.00 vMB 22
594,621 594,621 00000000000000000012f06a8a4a9329d373d709227c829c29966af1a53fbc58 1,143 0.51/1.00 vMB 25
594,620 594,620 0000000000000000000cdd4a9f97f1380b835abd2b750c9e6cba279b63d0e490 1,007 0.35/1.00 vMB 32
594,619 594,619 00000000000000000016d41e2dd1e75b6d07b6c9fa8e2ae62e3dd7fb5c04a11b 1,015 0.39/1.00 vMB 33
594,618 594,618 0000000000000000001696d9b23a0b914bbd660bfe721cd09160c93d54ce21d1 2,260 0.84/1.00 vMB 29
594,617 594,617 00000000000000000010629edc0dfef5780075f4eca75692b49b7f254d037a67 1,843 0.64/1.00 vMB 20
594,616 594,616 0000000000000000001225649e83131e0b27bd1e93d838036e506add38150f4d 2,413 0.82/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 783.00 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: 718.40 GB
    • Received: 17.89 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.