Loading Tool

Explorer IconExplorer

Memory Pool

83,312 transactions
31.24 vMB
0.09303185 BTC
Random Selection Loading Transactions
Max Size: 191.63/200 MB

Candidate Block

Mining Attempt 16188905d9fde74a027560e981cf1ce176b6dd6f397cefe9732f9df623b0a775
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root 66b8bbcc3ef10b7aecd83702d43d46eba7d4b1a85895b986f862e1125bd75097
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,390
Size: 1.00 vMB
Total Fees: 0.02234679 BTC
Feerates: 114.60 > 2.24 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (504,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,668 410,668 00000000000000000625dd594b0638ab53c38a43139fb7167a2fee5a69a6bbfb 461 0.19/1.00 vMB 39
410,667 410,667 00000000000000000442c0c7d19dc93da037e6b5ec426dfe584fc70818bdb14b 494 0.20/1.00 vMB 32
410,666 410,666 000000000000000003abce847216fb26ca17ad2aabc5e5c41a27fdea5b1d9baa 783 0.36/1.00 vMB 55
410,665 410,665 000000000000000001461a95b757a121fd5b72c22cca7bac4b821c88ea7f1dd0 1,186 0.45/1.00 vMB 41
410,664 410,664 0000000000000000028c5746a7471cf12c9a03313b7e48b7a639fae12d489f56 1,480 0.67/1.00 vMB 32
410,663 410,663 000000000000000005d11faff7d60072cdc7f2b57a8e0242b9c2b9d7b5d41474 185 0.06/1.00 vMB 46
410,662 410,662 000000000000000002de4dfceb51c984b6d8d14848316d681e39ae64f048eb29 318 0.17/1.00 vMB 27
410,661 410,661 000000000000000005749585470f865b82c81d736d0faa1048d430ae787946b1 1,148 0.89/1.00 vMB 23
410,660 410,660 0000000000000000018b99ea8a6b3083aa1225854b3b0079c2b5e3732d73c82e 2,604 1.00/1.00 vMB 49
410,659 410,659 000000000000000001b36b9316f74528b67fc3d86e6501125e690f67eed4b8f7 3,178 1.00/1.00 vMB 64
410,658 410,658 00000000000000000327b779cff6685d9c0fbf893e9409464f82dcc4c8b0b3cc 1,502 0.59/1.00 vMB 37
410,657 410,657 000000000000000001ed0b846f9194bfda2823199fc589765040d4da1b9a3339 404 0.16/1.00 vMB 36
410,656 410,656 0000000000000000037e1eed9add1adff0a57271c54486535d3fd33e93a7ffc8 2,058 0.84/1.00 vMB 37
410,655 410,655 000000000000000004622b2dddc9e5450fbe23c8bddd52dd8dd8ac9da6e0938d 1,127 1.00/1.00 vMB 14
410,654 410,654 00000000000000000285474b7465a520ae0e49832589f39adb0317de201de9b6 828 0.32/1.00 vMB 37
410,653 410,653 00000000000000000420a2f67f0366a82822fba96968f0bbcdead1dd885b46b0 953 0.47/1.00 vMB 33
410,652 410,652 000000000000000001c6e77cf0db567fec0f12584f4d6926bfd4f00bb6f81e37 1,394 0.55/1.00 vMB 47
410,651 410,651 00000000000000000208c08ea38ded39bf9ab6b0c290b9b7619d9d5fb7005815 151 0.06/1.00 vMB 61
410,650 410,650 000000000000000001dc5a0636cf22b1bc25b096a0410f719d2453abfaa5828a 997 0.45/1.00 vMB 38
410,649 410,649 000000000000000004572b9f8ab61db3ddccf06eb827c020e432fae120f33c45 1,818 0.72/1.00 vMB 40
410,648 410,648 0000000000000000042d85e43a386f2a22639ce520dc569d7c1cd4b7f17c0961 369 0.24/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.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: 709.43 GB
    • Received: 16.91 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.