Loading Tool

Explorer IconExplorer

Memory Pool

81,749 transactions
30.98 vMB
0.11549613 BTC
Random Selection Loading Transactions
Max Size: 185.38/200 MB

Candidate Block

Mining Attempt 2f5aaef479a04876e37369f6742874425accc2f9418691e5755e05002651132f
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 89687960e9bfc42a4c3d465fe6d7a7542a1b0ffa3d97f3d7eb420bfd687221e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,424
Size: 1.00 vMB
Total Fees: 0.03292802 BTC
Feerates: 101.42 > 3.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (255,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,999 659,999 0000000000000000000ad3f00c4e7a24fa825e61c9b8fccf44d8a2f3c906f651 1,997 1.00/1.00 vMB 54
659,998 659,998 0000000000000000000252b718fe82b287f31c1890bf5fa17868f4b71d03f1c5 2,173 1.00/1.00 vMB 56
659,997 659,997 000000000000000000064634de5fb50a80aeb7819060a6cace5fee7f9450e4a7 1,183 1.00/1.00 vMB 33
659,996 659,996 000000000000000000048af0be3ce9374fe35e3fdfc875edd4d532e836bbdd6b 1,804 1.00/1.00 vMB 47
659,995 659,995 0000000000000000000e70baac9bdef571efe3d79a83fcfe6d895e46180a76dd 883 1.00/1.00 vMB 24
659,994 659,994 000000000000000000070118c4abdd16d1a4b7f1ea3e645563ea255746241202 179 1.00/1.00 vMB 9
659,993 659,993 000000000000000000055e271860ad41450f1be98c11559b3e263f5252bc5350 1,605 1.00/1.00 vMB 40
659,992 659,992 00000000000000000007147fb721904d019ce7a971d13e748d4020fba9ff4c92 83 1.00/1.00 vMB 8
659,991 659,991 00000000000000000004ce5eaf5b8e7e7963094d243cf6ad45a1cf6b2ddbcc5d 515 1.00/1.00 vMB 17
659,990 659,990 0000000000000000000e826e9c8f2859b25b5cf882f1d3e33283cfdbfd891734 1,281 1.00/1.00 vMB 31
659,989 659,989 0000000000000000000193f765325880d1f4905ce5f970af9d3b94ae015221b3 2,274 1.00/1.00 vMB 56
659,988 659,988 0000000000000000000633461b2cee2c85ad3cc745d3ca7647b5733c5120d065 1,760 1.00/1.00 vMB 33
659,987 659,987 00000000000000000007480cc4712c66841154ba3d73ee29bc2e520389b97342 1,123 1.00/1.00 vMB 11
659,986 659,986 00000000000000000004767cd48cdbff5a885ada4923eeb310cb80aa52e63ce0 336 1.00/1.00 vMB 11
659,985 659,985 000000000000000000078eecb031c95018e42cd9f6ceb4e2f1b8d1f4aa1c8bb4 2,043 1.00/1.00 vMB 19
659,984 659,984 00000000000000000005bb208c74e7f2db65a53d71b4d676256e199c03b2c388 1,837 1.00/1.00 vMB 54
659,983 659,983 000000000000000000014341956ba11782391ffe9910b0ddb3af45e51c779ba7 1,776 1.00/1.00 vMB 44
659,982 659,982 0000000000000000000b43e8556ccadb7f4ec4b0638f88bfb7089492b49fb3ca 2,501 1.00/1.00 vMB 80
659,981 659,981 0000000000000000000698b7dde0f5693bd32d4753111f219c2ad83da12de1d2 2,197 1.00/1.00 vMB 70
659,980 659,980 0000000000000000000720e142928b90b10bb2263fc165d1b13bd84672f6ce6f 2,494 1.00/1.00 vMB 39
659,979 659,979 0000000000000000000a8f1fa505de86e20908591420f28d52963d3b86388fc0 2,742 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.65 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: 672.94 GB
    • Received: 16.33 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.