Loading Tool

Explorer IconExplorer

Memory Pool

78,708 transactions
30.02 vMB
0.08957863 BTC
Random Selection Loading Transactions
Max Size: 179.37/200 MB

Candidate Block

Mining Attempt 84fc344794a6edb656024f0317e495f294a65586dc83beb9f63b83877f8df116
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 23a780b6a0da7bbb6f5efe5f7a82709acb9a361f930e2877e117708f94e2c28b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,936
Size: 1.00 vMB
Total Fees: 0.02027496 BTC
Feerates: 150.61 > 2.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (734,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
180,801 180,801 000000000000021555ff13f69b44cfbd00b0246b8d16ab4c9f7eda8ae827b964 63 0.02/1.00 vMB 554
180,800 180,800 000000000000026f9f99ccde88c96bdedf5870b5c36a3657f6eb735a3be5423c 150 0.05/1.00 vMB 182
180,799 180,799 000000000000013a33a310621fcde7f6f2181feb659000d718959e48f1e51a2a 696 0.26/1.00 vMB 282
180,798 180,798 000000000000030545b7f509a2602ba8fb71cf46b8ea5be7004ccd35b001796a 146 0.05/1.00 vMB 146
180,797 180,797 00000000000003a9e4e8d8748fb16f7c4309bcb7692c9a0255e994b3bc5564a3 209 0.08/1.00 vMB 122
180,796 180,796 00000000000000a060f6ffa2f3055fedbc73ead5e7833b36ad091e57e19a2ec8 175 0.09/1.00 vMB 240
180,795 180,795 0000000000000263c7c75332b4ae27c55fcdfb25e085c886e04144da46233ebb 150 0.05/1.00 vMB 166
180,794 180,794 00000000000001a75426d28d7acd0ef194d3dee482b853019396fd8cd7fae4e2 156 0.08/1.00 vMB 225
180,793 180,793 000000000000014001591d39fde8f86006165705e2e691c3b6670069347bb9b6 256 0.14/1.00 vMB 3,022
180,792 180,792 000000000000049f25fa005a944b3d9a4e821e69da7d49dc2539f9d299af8e5a 128 0.07/1.00 vMB 123
180,791 180,791 000000000000023b1552c97a9c800661379dbc705ed50ae391f1f1e28d4716e1 446 0.22/1.00 vMB 121
180,790 180,790 00000000000004f7765fe7ca1eb738ff8cd3e2b8756e4c5bb6ffa0b35e0c0758 143 0.05/1.00 vMB 142
180,789 180,789 000000000000042f23e19cbc6584184cb73b18b953534ece0deec4c7acf9b204 514 0.21/1.00 vMB 128
180,788 180,788 000000000000017c54f59a84edc199f4fa3aef4a760647f3014a013ca31c51d5 512 0.21/1.00 vMB 255
180,787 180,787 00000000000001fa3ddbe614d5e26d9fcc35f8457ac926400628910fe306ce0a 14 0.01/1.00 vMB 210
180,786 180,786 000000000000051ca7208495179b99436144999bb2920bce8fcc418cb06c8541 85 0.04/1.00 vMB 63
180,785 180,785 0000000000000057c9d4ecbe058175ae534f6ba6b4e49f153dfd73885bdc286d 1 0.00/1.00 vMB 0
180,784 180,784 000000000000008db595280b70f9a9f9aa8e6cc91a9e99d94a38325a76a35bac 96 0.03/1.00 vMB 123
180,783 180,783 00000000000005fcd08a6f3a1bd38d54f7721bd78b4a91e259a42364483128bb 616 0.26/1.00 vMB 139
180,782 180,782 00000000000008234e85d123c4993c95b0bf25e087904958ce95e2836d072c4a 137 0.05/1.00 vMB 162
180,781 180,781 00000000000004cd88c2086664e7e469e2d56d61964f0f68106a7ef1830eb2d7 49 0.01/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.66 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.97 GB
    • Received: 16.34 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.