Loading Tool

Explorer IconExplorer

Memory Pool

50,417 transactions
29.17 vMB
0.10381003 BTC
Random Selection Loading Transactions
Max Size: 155.13/200 MB

Candidate Block

Mining Attempt 092061396af75a98255e9dc2b1dcba529def0ead07e87979ea1c90e0a4788fee
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root f96790f6a6396b2672dccabd8ad83cd629d9c57e404965e44d6a521371b4ee7e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,957
Size: 1.00 vMB
Total Fees: 0.02653605 BTC
Feerates: 70.48 > 2.66 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (529,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
385,138 385,138 0000000000000000089b14fefe91bb0ab3c3cd1dbc9a2be0d9d6bd69478d0525 450 0.23/1.00 vMB 24
385,137 385,137 0000000000000000039689758bc136108b3febc4d9caae004b6fbf84652d9000 612 0.99/1.00 vMB 7
385,136 385,136 0000000000000000049007bfdf1b965857a73ac2ebff0bb9b6714b40e6f8e7cc 1,828 1.00/1.00 vMB 32
385,135 385,135 00000000000000000eecd30123069c1ed9b578e16ac5ca8bcbbb57556a942883 1,577 0.99/1.00 vMB 28
385,134 385,134 000000000000000007fe1a2863c3c4bc7637f6e3a272fcc4564c2bc1507bb7a4 1 0.00/1.00 vMB 0
385,133 385,133 000000000000000007a70d6b3b956e333ed51ea2edf04bba8f8091e6fcdf300b 2,273 0.99/1.00 vMB 37
385,132 385,132 00000000000000000dd4ffdba376910b13113cd5b1530a2b5cd173b2e7550976 1,767 0.75/1.00 vMB 32
385,131 385,131 0000000000000000019ac8075271610e96efa3d4401a5a9d51a2485d10179571 2,991 0.93/1.00 vMB 51
385,130 385,130 00000000000000000d978de6d518682608fd605804b702f3ca3db7ad576486cd 1,532 0.93/1.00 vMB 24
385,129 385,129 00000000000000000d316abdf1ce5043744f6e050d9869d48f23d9fe93a65380 1,648 0.75/1.00 vMB 31
385,128 385,128 000000000000000000c1cc83e032837ad80f8b074366b359fa5a73b64872b4ed 2,840 0.93/1.00 vMB 59
385,127 385,127 0000000000000000062216a0cae47b03fcf83241c7a97379aab08b78fedf4e8a 843 0.36/1.00 vMB 33
385,126 385,126 0000000000000000024635f7b784f5fdbc922c6e0127b447f6aeb9818618b4e4 487 0.22/1.00 vMB 31
385,125 385,125 00000000000000000a8472bba2305fc43e93e2fd8f13abd1e0cdc9640e2c01fb 988 0.53/1.00 vMB 33
385,124 385,124 000000000000000005eb661a7bbd0b3245844fd1e9219a5fc3e87875e890f028 1,374 0.87/1.00 vMB 22
385,123 385,123 00000000000000000e795393f31207d7654816e0918ba07891d8b78feeb07081 2,640 1.00/1.00 vMB 43
385,122 385,122 000000000000000003bf439bc5cb16179901b2a3eaa3bfdab3bacc4e26d30744 344 0.19/1.00 vMB 26
385,121 385,121 0000000000000000054da3bd64d2e6d415bfccdf50fe611523a8ef242f026b22 669 1.00/1.00 vMB 6
385,120 385,120 000000000000000001be51d2f9dbffd7605cec86433a5889181ca8c3b5917ee4 575 0.27/1.00 vMB 31
385,119 385,119 000000000000000008cd594ba6601fcc5e9e919b30630076c64657209b13c7b4 1,536 0.72/1.00 vMB 34
385,118 385,118 0000000000000000034a79d4c8e3a2fe37379e2536283ad71612919ca15b0828 1,948 0.99/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.67 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.