Loading Tool

Explorer IconExplorer

Memory Pool

82,506 transactions
30.32 vMB
0.14347882 BTC
Random Selection Loading Transactions
Max Size: 183.64/200 MB

Candidate Block

Mining Attempt 4bf5a7a6c569c2ece58bff47393f80c4ab9ef64f6eca0987ffffb3a6099de646
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 69b737c753edef76936c77f24c27e5bc2cc88164ba7d9957f7087305033db0ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,848
Size: 1.00 vMB
Total Fees: 0.06504441 BTC
Feerates: 137.89 > 6.52 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (43,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
871,220 871,220 0000000000000000000294d594ba4f5ab683e83f8715c6a68e05adf4e1efb801 4,853 1.00/1.00 vMB 16
871,219 871,219 000000000000000000002b2aeaf20d5cc90147493fc0736db03d86cedf8ceea4 3,601 1.00/1.00 vMB 8
871,218 871,218 00000000000000000002abb6ec0d1e4b0751ccafbb035a22fdd0a263974217b5 5,170 1.00/1.00 vMB 12
871,217 871,217 00000000000000000002136889d3d1554e4f734f067ced93fa07fa74e847558d 4,178 1.00/1.00 vMB 14
871,216 871,216 00000000000000000002a7425082956a7c6029620e7bb4112941f15e70e85f87 4,504 1.00/1.00 vMB 14
871,215 871,215 00000000000000000001e1c216420cfea1fd3e06fb8f5518decd3ffad8761afd 4,780 1.00/1.00 vMB 9
871,214 871,214 0000000000000000000027eb5f33602cd2c326f5d767ddd095c187c26ed31d55 5,927 1.00/1.00 vMB 11
871,213 871,213 00000000000000000001edfebde9413bdb7447007a71548cfc545e505e0b7f91 4,803 1.00/1.00 vMB 14
871,212 871,212 00000000000000000000286d4702e2ce69d5698d6085a429f6e92fd1c4b9fcf4 5,117 1.00/1.00 vMB 10
871,211 871,211 000000000000000000002092c83ddcd5e6a76aa2342053e5f28fce50bbe0aeeb 5,533 1.00/1.00 vMB 10
871,210 871,210 000000000000000000000a18670667c0ca60e27cf3aff63f402e9c51ac924f7c 5,117 1.00/1.00 vMB 13
871,209 871,209 00000000000000000002b586563a2eeff1630601579e331fc6afb0b3ff48fdd4 6,036 1.00/1.00 vMB 12
871,208 871,208 000000000000000000028b5c9618396b2cfe676f1080fee0e2ff8692dfe949e8 5,861 1.00/1.00 vMB 12
871,207 871,207 00000000000000000001950aefdc4df4cea01b16d22574b50192d004302af42c 4,855 1.00/1.00 vMB 18
871,206 871,206 00000000000000000000412fc338eb2f65ea76f2d587d7ab7869bbd06517b99b 5,292 1.00/1.00 vMB 14
871,205 871,205 00000000000000000002249cca582b5e14cd8d37bf296f57956de93360854cf8 4,783 1.00/1.00 vMB 17
871,204 871,204 000000000000000000023d87af8058c6ca2ac279c810a3dd56c4df3faa6952c0 5,592 1.00/1.00 vMB 13
871,203 871,203 00000000000000000000b1e10a7a2408fdfc7f19182d35f6a5b10a02f04397a9 5,545 1.00/1.00 vMB 11
871,202 871,202 00000000000000000000a5cd53f6584a31577fedc8b64fa37667e126173971be 4,365 1.00/1.00 vMB 13
871,201 871,201 000000000000000000004654b9a732abf03caacb68a926a5f70d026e6db9e85b 4,407 1.00/1.00 vMB 18
871,200 871,200 00000000000000000000b8901ea71a17cd3289c50da33ff7e73c9a3e6fecd83d 4,138 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.63 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.31 GB
    • Received: 16.20 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.