Loading Tool

Explorer IconExplorer

Memory Pool

39,545 transactions
13.20 vMB
0.21034841 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 80.52/200 MB

Candidate Block

Mining Attempt 648d1025ff89c566890301d04dc0a38b3b62462b22b76b949f8d877a316b434d
Version 20000000
Previous Block 000000000000000000013f2112317db5a6c58f7cccdced076ed571ed94b1e665
Merkle Root 387ba97d9c9141c56bed459a4b10ea5c529b797595a97168312646b98b376585
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,791
Size: 1.00 vMB
Total Fees: 0.07054302 BTC
Avg Feerate: 6.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,043 (743,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
169,838 169,838 00000000000003d7bacf2b19dc28f543b1fce85b451dcb4aecbb60beafb5c2fb 0.01 MB 25 19
169,837 169,837 0000000000000b3402da7102bcdf43a1156e5caa57cbbbc9e6642e409fdaf9ea 0.06 MB 81 90
169,836 169,836 00000000000007454bd5286c1e92a505a9fc4b7616e9664ef5e28636ec1dd543 0.03 MB 30 43
169,835 169,835 000000000000094d78ca1f75a85737b37841dae5775b6f8d1a8c79a6e66f1795 0.05 MB 64 81
169,834 169,834 000000000000003cc669b158bc15c38e94c1d249393f24c8f17d803623ed8108 0.02 MB 9 51
169,833 169,833 000000000000029dcc16a686e52be3a098a2f709cdf0a4f1040f1c468150ded2 0.03 MB 42 91
169,832 169,832 00000000000008ede2e7b3b3ef70d6369b1b99436deb9646f9779a03ade32f01 0.05 MB 185 5
169,831 169,831 00000000000009917856986a45c2f3abf4e780550ea6bb569e51706a72357e9a 0.01 MB 21 55
169,830 169,830 00000000000002eeea45ab7f41caaadf401b367d25970fbb3ca02aee37e10771 0.00 MB 10 0
169,829 169,829 00000000000003ff9abb2cbab65379e085532187b0eb9d6d82055dedc880021b 0.03 MB 57 72
169,828 169,828 0000000000000116fe892ec12aaca62b3d946074db8d3643a5d6309373d04474 0.05 MB 83 40
169,827 169,827 00000000000005786ae12580e4231e3968dce0da67584b9b40f2c34a663b4874 0.00 MB 1 0
169,826 169,826 0000000000000717a8aadf56ed51b0f10e9804189baf9aedd1d9f58fcf244eea 0.04 MB 69 128
169,825 169,825 000000000000064337fc3220491e85280967ba0595c3a3c2dfca3b8d6a467a0a 0.07 MB 116 282
169,824 169,824 00000000000001630e51d0921630e84a1709f464412210e693c0f63c24a0b044 0.00 MB 1 0
169,823 169,823 0000000000000a4356c96db611787c0df907ea94723b33238d12508fe0b10623 0.00 MB 1 0
169,822 169,822 000000000000077bcd67075ff251f8a5a02c047cbaee0d569dd9a72f8e6e9a43 0.00 MB 1 0
169,821 169,821 00000000000007a146241434420068bf37aad7bf8bfc8cbb55932323556d44cd 0.02 MB 34 57
169,820 169,820 000000000000080255869119c3ce3b580b304fc1d2329622723f05437fd03fac 0.00 MB 10 50
169,819 169,819 000000000000048e6087b7332dc90db5224d8bb2f13dc687f09a319bcb236c5b 0.04 MB 59 66
169,818 169,818 00000000000005aa6566687c3f0b15ba217ee97e2abcf5c542c59285c839664a 0.03 MB 58 460
Previous 10 blocks ↓
Total Size: 778.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 48
    • Outgoing: 10
  • Data Transfer:
    • Sent: 24.00 GB
    • Received: 0.11 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.