Loading Tool

Explorer IconExplorer

Memory Pool

47,794 transactions
30.26 vMB
0.09776932 BTC
Random Selection Loading Transactions
Max Size: 161.20/200 MB

Candidate Block

Mining Attempt e278bb6021a828b422aa66d4c22d5122b0ba2662084b23f251bb25eccaf7222e
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root b9990d387eb1ad81a8364d3c8fdcd702cef71abb26061809cc3224fa7eb374d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,082
Size: 1.00 vMB
Total Fees: 0.03645650 BTC
Feerates: 150.97 > 3.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (95,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,727 819,727 0000000000000000000243a03a6d5b484b9e1fcd067ffb4f2d1521cbbab46db1 3,775 1.00/1.00 vMB 91
819,726 819,726 0000000000000000000028e081c24aeea8890a89dea3bf82b3e585784ca063cd 3,534 1.00/1.00 vMB 102
819,725 819,725 000000000000000000001b3e1c5bc8f2429148104c50453550c2909c34f93c98 3,840 1.00/1.00 vMB 92
819,724 819,724 00000000000000000000d3f3fda8dcf5c8a54e41c664703c949047d2f880982a 4,362 1.00/1.00 vMB 88
819,723 819,723 0000000000000000000233b035c8a65c404bcb1a1d3662177396cfa157091a44 4,583 1.00/1.00 vMB 100
819,722 819,722 0000000000000000000065f8d80d40717b6a4b3d26f0dda8e6d7d4c207363f87 4,728 1.00/1.00 vMB 100
819,721 819,721 00000000000000000003e4c89b7377133a9a6ec79f0c15727fc863fc863afc4c 3,932 1.00/1.00 vMB 97
819,720 819,720 000000000000000000025e399bf26d9f9235aeeee5530a8bf788785dd1d7ce20 4,608 1.00/1.00 vMB 104
819,719 819,719 0000000000000000000164d4bad865c2c44973161caa7bd4b497f9fdb5cd7cdb 4,849 1.00/1.00 vMB 123
819,718 819,718 0000000000000000000228e269d7824dccb3b61c17e14b5a8e1a5735a02b4ba5 4,738 1.00/1.00 vMB 123
819,717 819,717 00000000000000000000819dbc25ad463979b398c9d35bea8af82a4e9da4bc0b 4,834 1.00/1.00 vMB 69
819,716 819,716 00000000000000000002180415fb30e9369db6c6a001f9d81b2b128d34883e67 5,045 1.00/1.00 vMB 83
819,715 819,715 000000000000000000023ceb820da20974e34e041747bae9822fe9f30ee9c66c 5,138 1.00/1.00 vMB 100
819,714 819,714 0000000000000000000389b0eb460ea745fe4e3492350a2a88bb87c4a165ac8a 4,135 1.00/1.00 vMB 78
819,713 819,713 000000000000000000017a595c054ceefd52f738adae257ee57e4d7f79436511 4,875 1.00/1.00 vMB 83
819,712 819,712 00000000000000000004079730bd7aac13c1900b207c4552a5bb7e5e32ea0220 3,601 1.00/1.00 vMB 83
819,711 819,711 0000000000000000000185449053dd2f2cfa220383871a96c28527f2fee4adbe 4,394 1.00/1.00 vMB 82
819,710 819,710 000000000000000000005a4034bc25d0d5c319928f41297bd182fab130e30724 4,877 1.00/1.00 vMB 92
819,709 819,709 0000000000000000000390809839e25a872ab822a5d4a6cc1e50fd7f357f5e15 4,344 1.00/1.00 vMB 98
819,708 819,708 000000000000000000011b446a8de6038681cc77c0ef75730ab6f263b3b6abc5 4,622 1.00/1.00 vMB 99
819,707 819,707 00000000000000000002fdff75bac2bde6c846c65481ae8331f7929e0740828f 4,927 1.00/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.