Loading Tool

Explorer IconExplorer

Memory Pool

87,151 transactions
32.60 vMB
0.15152376 BTC
Random Selection Loading Transactions
Max Size: 199.05/200 MB

Candidate Block

Mining Attempt b0ccf86444d01ae5e6367f9ee02355050f366e9f32e4114ed3bdbbd8a609cb9e
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 77546851d83fa408983e5402ef86d2c0fa4275e88512da97534b2b8fd2e52726
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,212
Size: 1.00 vMB
Total Fees: 0.05828740 BTC
Feerates: 400.00 > 5.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (680,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
234,986 234,986 000000000000011c9583b66837929e6f55d2084652fd2369e006af1124bfb29a 616 0.29/1.00 vMB 164
234,985 234,985 0000000000000045902e478b6325bd9df518f7292e14e82023f0bbe4cab06c1e 147 0.08/1.00 vMB 152
234,984 234,984 000000000000018b1d2fc990eabf7eb1d5ffc22a044c4bdf064da6c14d22a6f0 48 0.03/1.00 vMB 27
234,983 234,983 00000000000000baa91d8de913f2a5c4805a94756a95d2384ad52654bd2a0e3c 525 0.25/1.00 vMB 145
234,982 234,982 00000000000000c535ad3599d5a1499b290f4bd26c2c5897c096abe1b24661f5 344 0.16/1.00 vMB 151
234,981 234,981 00000000000000a535601e46a0a3b3c71d7c1f320a2161fe0a7c460f4181855c 3 0.00/1.00 vMB 48
234,980 234,980 00000000000000646a814f498e32e167289923866a94ce54363c17bfc440a4a4 288 0.11/1.00 vMB 173
234,979 234,979 0000000000000075d96ec597c9825f7b860b4bf273127fedd4a10297b19f3191 477 0.21/1.00 vMB 167
234,978 234,978 0000000000000038647cc7b8d6c001e93c84ef3e2d47aeafd88eb3954205b980 526 0.24/1.00 vMB 130
234,977 234,977 000000000000018d89f70cfa65cd36c7fae1d82e6f1a9746c644e5b8184810b4 873 0.47/1.00 vMB 146
234,976 234,976 000000000000006fdeafb19ca3c74baa5f31f1f36f98b79fb914229d1dc7fe9e 290 0.18/1.00 vMB 118
234,975 234,975 000000000000005278dbebab4d7b01041c3b329c8e5e1fdd26890092ad395fde 419 0.20/1.00 vMB 145
234,974 234,974 0000000000000026ea256989e618af5f7905ed1468e2f702711efecaad226023 529 0.28/1.00 vMB 166
234,973 234,973 00000000000000fa5c182376bfe3741473d61bd5b5c6dcc3256923440c4f9458 132 0.05/1.00 vMB 188
234,972 234,972 0000000000000105fda45ddda3be03c0be33eea9d6fee7082853bc79ab4d5c5f 149 0.08/1.00 vMB 121
234,971 234,971 00000000000001320553d193de45682fe00c66554dbf6141070c5498a80810c1 250 0.11/1.00 vMB 157
234,970 234,970 00000000000000a99840fd1694c41caef45aeed68b1099d6f4eba1d99b9089d9 175 0.05/1.00 vMB 3
234,969 234,969 000000000000009960edb48288ac788a14405cfb7a46a2fff63c57ca2df89650 382 0.19/1.00 vMB 145
234,968 234,968 000000000000005ac7105d3208c49436e1365bf09ceac8e25ac2115b1bdfcc1a 472 0.23/1.00 vMB 167
234,967 234,967 00000000000000c8e8f4492c303d45ecb3b0a094bf064e531daca827344dbf90 557 0.22/1.00 vMB 170
234,966 234,966 00000000000000c0786fc02f56adfda3eebfab2bfdc14b68f84e50d8b8092b82 122 0.05/1.00 vMB 198
Previous 10 blocks ↓
Total Size: 782.78 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: 709.73 GB
    • Received: 16.96 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.