Loading Tool

Explorer IconExplorer

Memory Pool

80,749 transactions
30.05 vMB
0.12528794 BTC
Random Selection Loading Transactions
Max Size: 180.75/200 MB

Candidate Block

Mining Attempt b9aa73deb8b5d88ff32b5a8ce6cddd77182c9da18c018846c41ced397b6bc1e8
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root ae2664126920a69eff6a5aa8a156af9f92b406c0cd29b8d93ea43ae64a5e4d4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,688
Size: 1.00 vMB
Total Fees: 0.05163542 BTC
Feerates: 242.90 > 5.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (377,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
538,134 538,134 0000000000000000000b63837e8f186779ecea4b32a8618c95403c260e21a20e 1,593 1.00/1.00 vMB 10
538,133 538,133 0000000000000000000675ea422d3a6732127b7a0771a60560f69da1eee69863 2,393 1.00/1.00 vMB 4
538,132 538,132 00000000000000000020983dd2eceb0cd2ec1ad5f00336e3f0dc268750a230ac 2,866 1.00/1.00 vMB 18
538,131 538,131 0000000000000000000f73db11077a21ab37bf3b84dfe069b063a14128d2d993 2,950 1.00/1.00 vMB 26
538,130 538,130 00000000000000000006dd33e61c9a3aa91fec5394733419b08719dfb1f77226 2,710 0.99/1.00 vMB 22
538,129 538,129 0000000000000000000f1ae8dc75f5bf27237f45a8b0190dffbe1c389b01cc1d 3,165 1.00/1.00 vMB 5
538,128 538,128 00000000000000000000e3ac96da0d5bc1bb8b51b67a0d7e8744987bc0800a8a 2,664 1.00/1.00 vMB 23
538,127 538,127 00000000000000000027be42a135238038a3526f91e7fa322bdb3aaf8bae6494 818 0.49/1.00 vMB 24
538,126 538,126 0000000000000000000a7b2cfbeb6982925b94af40ec06a329efbdfe35e08b38 2,413 0.78/1.00 vMB 17
538,125 538,125 00000000000000000004a7d52293c8aee7fef84c96b0dc90c0cb7793bc031409 2,376 1.00/1.00 vMB 15
538,124 538,124 0000000000000000001278ed96f02e001bf1df74cf181ec31f2ecda59c9bccfc 2,685 1.00/1.00 vMB 35
538,123 538,123 0000000000000000001cd51c9db07fd973783bb5b2f370382f61fbb9e79d34fe 3,020 1.00/1.00 vMB 43
538,122 538,122 0000000000000000000d85f5e1f74096462b58c26eb71dfc1c81858a24215346 2,877 1.00/1.00 vMB 35
538,121 538,121 0000000000000000001cf8f647fec19ca51f657a5064c2d2925f646c970848e3 2,530 1.00/1.00 vMB 6
538,120 538,120 00000000000000000008c8a6fe93862c552fa5b34ce145cef5ced1417b7378e0 2,931 1.00/1.00 vMB 37
538,119 538,119 0000000000000000000ddfb2326780d3369a5605df76faa16ffc5f7d8fc0b331 2,105 1.00/1.00 vMB 12
538,118 538,118 00000000000000000024d92f005163a2a60ef684fb8de3a03c5ecfee5ffbcb7b 2,327 1.00/1.00 vMB 27
538,117 538,117 0000000000000000000ef7919fba9faa431965f9d7d479097f74730224d09bfd 2,658 1.00/1.00 vMB 5
538,116 538,116 00000000000000000011d2856da9ab37fbffa36575555b366f31f184d31bc12e 2,287 1.00/1.00 vMB 37
538,115 538,115 00000000000000000011fd775dd5127d7fde43867228912d147584973e98fb94 1,866 1.00/1.00 vMB 24
538,114 538,114 0000000000000000002a49951b6bde3b100146c7ca49ded3b00dcd50db82708b 1,977 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.67 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: 673.16 GB
    • Received: 16.42 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.