Loading Tool

Explorer IconExplorer

Memory Pool

44,001 transactions
31.06 vMB
0.09434362 BTC
Random Selection Loading Transactions
Max Size: 157.87/200 MB

Candidate Block

Mining Attempt 968df27774c56c7a6d48a711a865e5dfc81571f16f67fea624fed9156af10748
Version 20000000
Previous Block 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0
Merkle Root 8a93218d6184ed1c66e0e9c4b68209eaa5eaa5b0a6d1188ccfeea94226b305fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,943
Size: 1.00 vMB
Total Fees: 0.03168727 BTC
Feerates: 301.05 > 3.18 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,463 (425,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,135 489,135 00000000000000000083b382f6f545ed475dc0e1dff6bf1d6c7491e975ecc1f2 1,723 0.93/1.00 vMB 85
489,134 489,134 0000000000000000009b8fedbcdb657603c4788364593e2bc9b26c92e9e50376 1,361 1.00/1.00 vMB 10
489,133 489,133 000000000000000000a734badbff31d42c9115e6ca74d951179131b698905d35 2,062 1.00/1.00 vMB 106
489,132 489,132 000000000000000000e8d2ac17501ad02da99f519e8cb7ec1db72250b78473ce 1,458 1.00/1.00 vMB 45
489,131 489,131 00000000000000000087a77338834db0af26d01ed0c16ff7fceb6536638f2a1a 480 0.70/1.00 vMB 46
489,130 489,130 0000000000000000003425c84d3847c6cb26bda0a442fee2f6803319df2303e5 2,051 1.00/1.00 vMB 103
489,129 489,129 00000000000000000092969df110b97d4b9058922296852a102c3cb5ca45f3e2 2,002 0.92/1.00 vMB 98
489,128 489,128 0000000000000000005744ba351f7fcd6dfe71846c28088d18f82cfdeb7d3b50 1,989 1.00/1.00 vMB 133
489,127 489,127 000000000000000000e0f7329ec00bfd6dc0ebc4648d8a3fe58430abede2e3d2 2,168 1.00/1.00 vMB 95
489,126 489,126 0000000000000000009758d39a9a64b3553562dd0f4232cedc9586d4c11eca81 2,388 1.00/1.00 vMB 47
489,125 489,125 000000000000000000f54159c9550bec373b27c1df71a2c573e16cc799d127dd 1 0.00/1.00 vMB 0
489,124 489,124 00000000000000000050e4a8a24cc29f7723eff7d2d9926dd5705f673feeff42 1,480 1.00/1.00 vMB 54
489,123 489,123 0000000000000000002a378139ecd8f9f42bc10a1e8f66048da954e1455c2b2a 2,219 0.96/1.00 vMB 128
489,122 489,122 0000000000000000007e9224111e1a1c0cef77b347c6e023e12a705e87b9e920 2,080 1.00/1.00 vMB 98
489,121 489,121 00000000000000000014dcdd7e7bc1f8c5ddab2a3717cafbc5a50a23f3cce029 2,099 1.00/1.00 vMB 82
489,120 489,120 000000000000000000430051f48b6976df74f9b327a4dd62bbefe0213baeb294 1,947 1.00/1.00 vMB 71
489,119 489,119 000000000000000000d132d9d5903288e94be966fa623507291f6eee0c69e3f5 2,551 0.96/1.00 vMB 105
489,118 489,118 000000000000000000d5f8b7f7e42d14fa67b832bccf95e19f6751f5196f11c6 2,429 0.96/1.00 vMB 99
489,117 489,117 000000000000000000982b55facd1b01c26ff522592b84906813825e83cabbbf 2,016 1.00/1.00 vMB 84
489,116 489,116 0000000000000000001b7c377902071e9ed959cd86690e6ad3c918274cd1a333 2,433 0.93/1.00 vMB 124
489,115 489,115 0000000000000000001405bc122f0860e6c4493b2bfd9b31b621cc53339ea6ce 2,759 0.96/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 781.43 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: 609.30 GB
    • Received: 10.68 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.