Loading Tool

Explorer IconExplorer

Memory Pool

45,915 transactions
29.12 vMB
0.14200661 BTC
Random Selection Loading Transactions
Max Size: 151.74/200 MB

Candidate Block

Mining Attempt 1998bd611104de44bc9e3c06f6bcb3e2c02b0f802ea760544e0ed5473eb9b673
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 52293376adab091645edb254edec03058dee2d4841bdac9fb1d916fc84c04af1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,802
Size: 1.00 vMB
Total Fees: 0.04325248 BTC
Feerates: 150.75 > 4.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (243,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,291 671,291 0000000000000000000cc669c4762741eb9ac1f7c924f382281b7e451bc76994 2,552 1.00/1.00 vMB 134
671,290 671,290 00000000000000000007d9bb0bd68d25d5ec3d2507b1c8efd245fece93d02434 2,598 1.00/1.00 vMB 115
671,289 671,289 00000000000000000004e210a2b17c5321c81ca68715d273139064b0ecb3ffea 751 1.00/1.00 vMB 112
671,288 671,288 0000000000000000000046513bbe3d40326ba133ecf9c7f6b726f2a4df5579be 1,982 1.00/1.00 vMB 125
671,287 671,287 0000000000000000000b7e7ac97323dfcd57243a6020fe3570fe5b1e2702666a 2,806 1.00/1.00 vMB 134
671,286 671,286 00000000000000000002658f083b2f487e481c2ab3ba6248217af4b14622a97c 3,182 1.00/1.00 vMB 112
671,285 671,285 0000000000000000000c454d642e790182568afafc9c3055a032980f5be4ca7f 2,880 1.00/1.00 vMB 131
671,284 671,284 00000000000000000001b197fda8b6e36a61ef1e108ebc212f910d25fe235f81 2,449 1.00/1.00 vMB 122
671,283 671,283 000000000000000000005b9232f83da7fda3d2ee5eb3a29fb909d73bc2833dbf 2,658 1.00/1.00 vMB 120
671,282 671,282 00000000000000000002e66ad4c747603173d230bfba46fb44bfe02090378719 2,604 1.00/1.00 vMB 138
671,281 671,281 00000000000000000005f10fe45cf8df0a09a04f65f8c23e9b4004b03ef651fd 2,584 1.00/1.00 vMB 117
671,280 671,280 000000000000000000022c1b3e36bc586acaeaec4d1f4b4d159a25140c012d92 2,598 1.00/1.00 vMB 141
671,279 671,279 000000000000000000038689b6627a38d7c14e0c4517ca7bb497d62200dbf62b 1,851 1.00/1.00 vMB 131
671,278 671,278 000000000000000000063dc9b6be1b73fa657a3e5050837b5cb8e83ef18e3330 1,942 1.00/1.00 vMB 129
671,277 671,277 000000000000000000078a56076f588c85184cd91f86f645189612d8e66608d3 2,581 1.00/1.00 vMB 139
671,276 671,276 0000000000000000000a018f9a08e4cb5a38c333a665f0cf5d5c78258f349f4c 2,547 1.00/1.00 vMB 86
671,275 671,275 0000000000000000000b4b55b71f8d6ed659c7cb433d4fb4ce4604248ca2bbff 1,792 1.00/1.00 vMB 93
671,274 671,274 00000000000000000005cb7c45d1b51dab7617d9fde5fc17ce51d1c6291fcc81 2,568 1.00/1.00 vMB 114
671,273 671,273 00000000000000000009808295488bc959f1931aa23632fee0eb96d613bcafeb 1,455 1.00/1.00 vMB 109
671,272 671,272 00000000000000000000fdb7c47257015b91d8ef3fcde69f037f92edaf681ed6 1,571 1.00/1.00 vMB 118
671,271 671,271 00000000000000000004f230d0ba1e73bb4bd03adaf35716d0eaae5e8dd70d33 2,466 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 781.88 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 645.03 GB
    • Received: 12.66 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.