Loading Tool

Explorer IconExplorer

Memory Pool

78,047 transactions
29.30 vMB
0.06401446 BTC
Random Selection Loading Transactions
Max Size: 176.11/200 MB

Candidate Block

Mining Attempt 7ce85679c02ba9e3ef715a556cf7e6b2d44c43ca5824b145479246ca5f784498
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root a6de9bf31b20ddb331ed5836a45bc10edbbc4bb12e0607e93b4f1cf903549e6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,795
Size: 1.00 vMB
Total Fees: 0.00457008 BTC
Feerates: 50.25 > 0.46 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (522,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
392,160 392,160 00000000000000000642279e24559f961d997a260b90d978c61c6e9e0ea74920 1,955 0.75/1.00 vMB 47
392,159 392,159 000000000000000001e34fe5a7899d5ea3581a0422f2091010489ec957e6bd17 1 0.00/1.00 vMB 0
392,158 392,158 000000000000000002b25838ea5236c883ad8398ca0f099e9039a58909dbb92a 55 0.05/1.00 vMB 24
392,157 392,157 000000000000000002a6701b259c388a43b28fabb3185aeb5ae6b6bb60337ea9 650 0.93/1.00 vMB 18
392,156 392,156 000000000000000006589b124ddcede9d46dd4eae0e9bccb18b888dc085d69ab 1,260 0.93/1.00 vMB 24
392,155 392,155 000000000000000003e98a8e76bc68691320d897ddff2d4f937f2a29a909d1ad 1,358 0.75/1.00 vMB 35
392,154 392,154 000000000000000004b9f2798d60e2f54cc27b384e470c289e1661938a45bda8 1,126 1.00/1.00 vMB 23
392,153 392,153 0000000000000000011b9cacd6715792aaf8dc80733ca1216c5dc27d5e47300c 1,130 0.93/1.00 vMB 23
392,152 392,152 00000000000000000a24873207eec1067336501669f0f412755ec9934a6578c2 1,345 1.00/1.00 vMB 22
392,151 392,151 0000000000000000084fa03086e07e50f120f3d0eb63d13e6f562383be8e5e3d 1,661 0.93/1.00 vMB 18
392,150 392,150 000000000000000000dac6e5439bd3f323844c3eec1c394e6feeab91b4909150 2,476 1.00/1.00 vMB 40
392,149 392,149 0000000000000000067d2eea4c37e308e32ff7f4cdca3254cfae2a842d94d94e 2,277 0.95/1.00 vMB 59
392,148 392,148 000000000000000000d8a2c22161c682fcf0328fffb22cdd62d39a75ef7e2937 1,681 0.75/1.00 vMB 39
392,147 392,147 0000000000000000018ce19a35e388a682cc1e1eca542504a347c50d2b7336d5 1,783 0.93/1.00 vMB 38
392,146 392,146 0000000000000000079e65b4f01001a7632607c1285f9fed6818bdf05dd57492 1,895 0.93/1.00 vMB 27
392,145 392,145 000000000000000005351c16d785ecf31407f3440f4b92bc72518bdcd9307af1 3,083 1.00/1.00 vMB 61
392,144 392,144 000000000000000004f9bddff23d7ea4d75347a6c0e02cf4a2bfc59d6a50c401 33 0.05/1.00 vMB 16
392,143 392,143 000000000000000006fc35e8cf353e653ae579d4dfeb1cca0a807df83b079272 2,217 0.93/1.00 vMB 46
392,142 392,142 00000000000000000a22ea9f847b5f7a3373d8838d41bb8013e707c579f61d58 2,119 0.95/1.00 vMB 43
392,141 392,141 000000000000000003171f68932790313779219a72bba764794d718c3e2aa6e9 23 0.05/1.00 vMB 9
392,140 392,140 000000000000000000fb5aeb41c6be09b6951252e662de18b8237f0178de5de6 2,238 0.95/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.