Loading Tool

Explorer IconExplorer

Memory Pool

40,346 transactions
26.46 vMB
0.05704506 BTC
Random Selection Loading Transactions
Max Size: 138.03/200 MB

Candidate Block

Mining Attempt de4549372fd8aa036dacad56a5602cedb80776e9b499c368a62e6079b5c1e503
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 1b1c37b60100b34fc730d8973348de3b615b10b9aa4c663879d32a5d104251f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,312
Size: 1.00 vMB
Total Fees: 0.00844896 BTC
Feerates: 50.27 > 0.85 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (906,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,538 8,538 000000008ef6e157c9c48a0d7c41d403e9d61ffe56499ed0f2ea1f6d8fb21bb7 1 0.00/1.00 vMB 0
8,537 8,537 000000006a649db8a53c19693ea9ee32dfadd3b8797e3a67fa219c7375d16855 1 0.00/1.00 vMB 0
8,536 8,536 000000003bae4b1b6ddd3fb07ce2d562feaa4893b8087e10b6a40cb04fafb65d 1 0.00/1.00 vMB 0
8,535 8,535 00000000f813a8083b5736a6a509ab49dba5d3bdb08da5650522d7817845b168 1 0.00/1.00 vMB 0
8,534 8,534 00000000be893e7b26be5ad696a8a3a13772e0362530dc7c7149ffd13348bbdf 1 0.00/1.00 vMB 0
8,533 8,533 000000008d608e153af9dfa3b67d10ba42e08083ca45cc40788b97398ed73632 1 0.00/1.00 vMB 0
8,532 8,532 00000000becf44176653725cbdb1e7f7f53831953566deb59b8c685ee833e414 1 0.00/1.00 vMB 0
8,531 8,531 000000000c171e4cf4db44ee5c88f7a6f767bf4db349e90c53d4c2ea26fbe796 1 0.00/1.00 vMB 0
8,530 8,530 0000000033007eebe850fce87336cb64f5a8452462336837a99e020eb356b87a 1 0.00/1.00 vMB 0
8,529 8,529 00000000f9f4a155d9b911c01b3ae6f10a02ce3a0aa16946be72dfd5acbb6192 1 0.00/1.00 vMB 0
8,528 8,528 00000000e8ef29ff44603ced8534398e1b5d9ff169e5f21d0036bbda3542e24a 1 0.00/1.00 vMB 0
8,527 8,527 00000000a4015392c9d042eba109e64e97fc3bb0f6385d7a00f523545004a53f 1 0.00/1.00 vMB 0
8,526 8,526 000000007f52c47486c9fa848a14371db3d2698079c75124ea474df9e4eb8cb2 1 0.00/1.00 vMB 0
8,525 8,525 000000005885e0b90c9529da0eb8b0dea99dbe803dbd58a850f695cbd565301e 1 0.00/1.00 vMB 0
8,524 8,524 00000000dd67c115529e4cd02fa4df2085d55624e31bda594c107b31a2c12d86 1 0.00/1.00 vMB 0
8,523 8,523 00000000b40394f3a6c8c4fef12d5cca6f66ce35eb190c69c8b03ccdfb1fed34 1 0.00/1.00 vMB 0
8,522 8,522 00000000d688cf4de5240c8cfcb389f37e55f66a130d4096f5053778f139f43f 1 0.00/1.00 vMB 0
8,521 8,521 0000000069c8fc1d836a77857fd766dcc6cf913fa2843135931db13cfaf36612 1 0.00/1.00 vMB 0
8,520 8,520 00000000a68b9688d726301d01c488831ea4de6469472a447a3a213a3dc1f841 1 0.00/1.00 vMB 0
8,519 8,519 000000002c5e3814ce745ac44738563d426b5d31df54482673ecb9780d49c63c 1 0.00/1.00 vMB 0
8,518 8,518 000000002d0648fdbeb50122f8db286c6748d9ec3b2cef903044c89d15c25f89 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.23 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: 655.02 GB
    • Received: 14.23 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.