Loading Tool

Explorer IconExplorer

Memory Pool

81,385 transactions
29.82 vMB
0.14131757 BTC
Random Selection Loading Transactions
Max Size: 180.78/200 MB

Candidate Block

Mining Attempt 47bb62505713c91b926fe9c3bfcca4e6f6b0c7dcd0bf38d5ec105470b449f5e0
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root d8af31be8e4b86e58862ded3b5d2712eafb7d21999c7a2076d156fb73c0f7d90
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,843
Size: 1.00 vMB
Total Fees: 0.07403565 BTC
Feerates: 101.65 > 7.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (334,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,478 580,478 00000000000000000010a36718294ce4e63acf6750251cabb8abfc3b53926992 2,777 1.00/1.00 vMB 102
580,477 580,477 0000000000000000000d5fb3e1362eee05791538fa227986225523366567eba5 1,601 1.00/1.00 vMB 125
580,476 580,476 000000000000000000244c477cefd0fd9dc72c474937e8635c48bff1cd7effc0 1,569 1.00/1.00 vMB 88
580,475 580,475 0000000000000000000c8cd57399be1cb3a28449a16ab8cb024b3208944719d8 2,546 1.00/1.00 vMB 38
580,474 580,474 00000000000000000016bd72e1faa1c5c91fc880163513ce82df6cfff1f68543 2,088 1.00/1.00 vMB 99
580,473 580,473 0000000000000000001c396db291ccae155921b293a1c1e4165a31ea4747e5b0 2,382 1.00/1.00 vMB 64
580,472 580,472 000000000000000000043b60d43e0f99bb987f22ac60e75711d3a457922b201f 1,895 1.00/1.00 vMB 83
580,471 580,471 000000000000000000032e3b0eb4377440bf24c069396bd2d2eb11252ea6821d 2,315 1.00/1.00 vMB 104
580,470 580,470 00000000000000000012b1a856e68987d16e98976eba543546b45ea1182c2692 1,711 1.00/1.00 vMB 123
580,469 580,469 000000000000000000018127552c852b5801831f1735cec0fe79e125be5416f4 2,626 1.00/1.00 vMB 98
580,468 580,468 0000000000000000000cc0605c52b64a236134db2dd399bdcc80bc49d633e8ac 1,243 1.00/1.00 vMB 96
580,467 580,467 0000000000000000001663b4f415ab3b8379935df5aae7f4e9e71671dbc13e79 1,540 1.00/1.00 vMB 126
580,466 580,466 0000000000000000000684b77b90386afb62a19e661c8beb40ea0c855742a9ba 1,863 1.00/1.00 vMB 89
580,465 580,465 0000000000000000002541bad41e3900df6c94b45f1da6738cba9ec19cd47ed6 2,304 1.00/1.00 vMB 17
580,464 580,464 0000000000000000001894bb343123f29029e5d97e520303c95c368258645ff7 1,807 1.00/1.00 vMB 37
580,463 580,463 00000000000000000001e7a383018a50558addb3b5979ab22de8db210d9cad0d 2,318 1.00/1.00 vMB 70
580,462 580,462 0000000000000000000923625585db0f23b5044b244a0400378dc5a2f0a66618 2,752 1.00/1.00 vMB 24
580,461 580,461 0000000000000000001bafb7b0ef5e9de071795698394cf2cecc9edcffef9e66 2,328 1.00/1.00 vMB 48
580,460 580,460 00000000000000000014b575b36dbe97da368f2e5c31afb8ca91a9ab96bc5a21 2,940 1.00/1.00 vMB 13
580,459 580,459 0000000000000000000f265f2fc3e2a5b97f11a0cd49fadefc791fcb4f1be597 2,812 1.00/1.00 vMB 57
580,458 580,458 0000000000000000000c50a1b5f1909ce0710a6122ef486a40b2c53098c71b77 2,182 1.00/1.00 vMB 104
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.