Loading Tool

Explorer IconExplorer

Memory Pool

80,398 transactions
30.12 vMB
0.08950043 BTC
Random Selection Loading Transactions
Max Size: 180.63/200 MB

Candidate Block

Mining Attempt dc0c501de068744c40a7a3e12986324f7dc0f4cccf3e5ef9ab0a24e57ebdf84f
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root bd0f48b0e8fbf03a688491913cf92ee52aa03b4d4aedb11416693051e9a81e6a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,380
Size: 1.00 vMB
Total Fees: 0.02768781 BTC
Feerates: 301.07 > 2.77 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (251,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,231 663,231 000000000000000000007b01f44995451b7bc7f9bc5e81211c43f38547ed6f1d 2,296 1.00/1.00 vMB 68
663,230 663,230 000000000000000000032ecd9d0fe5aea66c08490c8d23786f0ff4867c9bcab3 2,516 1.00/1.00 vMB 66
663,229 663,229 0000000000000000000cadbae3a87235e35efe734548e46f2ed787e686d89f6c 2,645 1.00/1.00 vMB 57
663,228 663,228 00000000000000000003330fe551e925d6b72be66db9741a6af0bd2bb5fd82a1 2,761 1.00/1.00 vMB 22
663,227 663,227 0000000000000000000ccb7eb466cada9667b18ea0cfb33d357477697df8fb55 2,708 1.00/1.00 vMB 104
663,226 663,226 0000000000000000000c7e2b42710c94cb09863b850cfecb28079d7bf3b48a04 2,902 1.00/1.00 vMB 85
663,225 663,225 0000000000000000000750c6b3f73efa0fd50862bc830b0b84a78a159436e72e 2,715 1.00/1.00 vMB 130
663,224 663,224 0000000000000000000a9876e36055207f6cf459f74d749b1898652758f87919 2,410 1.00/1.00 vMB 63
663,223 663,223 000000000000000000014f72a3e22ecb517adb494486ef2e0c434d3d78fdfef7 2,412 1.00/1.00 vMB 76
663,222 663,222 0000000000000000000ea7e714b32560017c85c6932934de29150ebb3bca666e 2,946 1.00/1.00 vMB 75
663,221 663,221 00000000000000000000a0ebcc549c542b726e53dab20bd2c4e61f5ae1cdc6ba 2,563 1.00/1.00 vMB 48
663,220 663,220 00000000000000000000163a7e9abd4e6a86007089f0f048261a339788110daf 2,209 1.00/1.00 vMB 109
663,219 663,219 00000000000000000005e263e457b3972a89962fedd0f849187a9f8cd4b52c72 1,257 1.00/1.00 vMB 128
663,218 663,218 0000000000000000000a5bc3e6639b07e7bd5238e135f6f33e413c92aa8f120f 2,990 1.00/1.00 vMB 92
663,217 663,217 00000000000000000002c5104a0ae0f566757fedab9923dbde558a39d9a99a79 2,599 1.00/1.00 vMB 119
663,216 663,216 00000000000000000000ae9db81d3e2e6224747b227855f5909273bc4913e18c 2,146 1.00/1.00 vMB 157
663,215 663,215 00000000000000000008c5d3eaa0c06b0bb00e27a516a6e077679db9b6643bca 1,707 1.00/1.00 vMB 16
663,214 663,214 0000000000000000000e183c936fd2b260514d60dd75fcc5a3c269f31ff9bac9 1,994 1.00/1.00 vMB 27
663,213 663,213 00000000000000000005b410c687139e135049a894e645d96a492c5fdda9887e 2,671 1.00/1.00 vMB 26
663,212 663,212 00000000000000000001ff118eb9fcdf849f74790e083d8a0bf192c470048b2e 2,474 1.00/1.00 vMB 79
663,211 663,211 0000000000000000000330f6d47e9f4fdc12be2b83261e8e824e6836923e6e97 2,810 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.41 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.97 GB
    • Received: 15.07 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.