Loading Tool

Explorer IconExplorer

Memory Pool

84,122 transactions
31.49 vMB
0.10241387 BTC
Random Selection Loading Transactions
Max Size: 192.96/200 MB

Candidate Block

Mining Attempt 68ba68a8765548065b81a9bf403f76dc20245ff7b5bfe01c138046770f65d331
Version 20000000
Previous Block 00000000000000000001ac34818eef0d70486ad7b2c435f366c2fef0117ca70d
Merkle Root 7027703ccd8da32727b8d660d412f7c36f6dbe7e76bff7230b34f374613f9443
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,064
Size: 1.00 vMB
Total Fees: 0.03005444 BTC
Feerates: 150.54 > 3.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,228 (268,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,544 646,544 0000000000000000000f4affc9e778a67b0795440bdef9239ca9331fd8d671fc 2,276 1.00/1.00 vMB 38
646,543 646,543 00000000000000000004bb433ad57ce74bdf25289b51db2cc88cbd1aba908f4b 2,495 1.00/1.00 vMB 121
646,542 646,542 00000000000000000002a7c847848f230cefc5eccfb1dd9daf02872cc8a1f95c 2,655 1.00/1.00 vMB 80
646,541 646,541 0000000000000000000467ca0af06f26c0002d610dfc51019d5b158e3bb91a38 2,762 1.00/1.00 vMB 138
646,540 646,540 000000000000000000088360bba100218fdf5a88a90dac3316e6c8ce988c4780 2,406 1.00/1.00 vMB 57
646,539 646,539 00000000000000000008bc59ab824a32c7b8c4f463f1d6553738fdc0cc1d4f5d 1,947 1.00/1.00 vMB 115
646,538 646,538 00000000000000000000d9cd28b2d4cea7a7363284a9c4bd7ddc0b4ef14e9275 2,265 1.00/1.00 vMB 39
646,537 646,537 0000000000000000000b48c73492ad79ccf8909cb6d2f10ce3d2c79b550284e0 2,681 1.00/1.00 vMB 116
646,536 646,536 000000000000000000036e3f642fa88b24431204e6a6b93c08a1034c2e8f645f 2,277 1.00/1.00 vMB 26
646,535 646,535 00000000000000000004d61d4786110400dcdd5944c9a63886c6921bd17bfdc8 2,405 1.00/1.00 vMB 52
646,534 646,534 00000000000000000001331bdc3b1ad2bed058591b449b2a3e3d2e1243b0b573 2,335 1.00/1.00 vMB 71
646,533 646,533 0000000000000000000580b176dbe8c759086ae8e81c440c095dd3ab6e607667 2,648 1.00/1.00 vMB 123
646,532 646,532 0000000000000000000bde6039dedaf851019a5dfe38316d7f1ad8d34a71e508 2,843 1.00/1.00 vMB 129
646,531 646,531 000000000000000000043cae7b00408f5b2d1adc31cdd6ee214eb058e7fa8d59 2,411 1.00/1.00 vMB 45
646,530 646,530 00000000000000000006bf55afa1d7a5ecc8ed74aae95eb5cdb12f8298dacade 2,373 1.00/1.00 vMB 76
646,529 646,529 000000000000000000092ae96fd10f4df8e8167fa0c6133e28d56d1ef9d830f8 2,485 1.00/1.00 vMB 41
646,528 646,528 00000000000000000002a0679c3eeeb7f73397aae953174bc35480c6d81c6544 2,267 1.00/1.00 vMB 67
646,527 646,527 0000000000000000000142369945e06a339db0356c72c64cbb2a03320e18a3b0 2,182 1.00/1.00 vMB 91
646,526 646,526 0000000000000000000f8b51d933fce50b4ec7b596df5227228bf8c0de78cab8 1,464 1.00/1.00 vMB 73
646,525 646,525 0000000000000000000fdb8b61aa979d70f78a457c7c1711cad9c2a0cf969f04 1,474 1.00/1.00 vMB 30
646,524 646,524 000000000000000000032bdfc6926fd925c483fe5b5a7ea68afeafda8f08f3c6 2,487 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.78 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.75 GB
    • Received: 16.97 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.