Loading Tool

Explorer IconExplorer

Memory Pool

79,033 transactions
29.67 vMB
0.09185802 BTC
Random Selection Loading Transactions
Max Size: 179.00/200 MB

Candidate Block

Mining Attempt 108b5b0ae3dbcee39704d0f00203e87430086c7c62271fec50c83bdcc86641a8
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root 4e68d339116cfd1ba7f1c52982ac3614fc88091904959b598f6536ecfeb08a6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,573
Size: 1.00 vMB
Total Fees: 0.02607277 BTC
Feerates: 251.00 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (302,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,992 612,992 000000000000000000050f5814da6774404910cd35419ae7b2637a616110e75a 2,987 1.00/1.00 vMB 18
612,991 612,991 0000000000000000000d4d7e5673cd3ca49b5a7c222c4859ce22c19dcb7f81ec 2,227 1.00/1.00 vMB 25
612,990 612,990 00000000000000000006dd89cf42e77d1927dfeaf3be7fd2e3a2805fed178f39 3,323 1.00/1.00 vMB 34
612,989 612,989 00000000000000000007d8e08c3744fb7f399954b920d9dca8cecac50cafea5c 3,004 1.00/1.00 vMB 29
612,988 612,988 00000000000000000010a0548731c3fadb1fcfb368b6c484054263acbf008362 2,983 1.00/1.00 vMB 21
612,987 612,987 0000000000000000000ba2b80d1d7fe01fe411f716d3e05a8c60dda3d336e886 2,243 1.00/1.00 vMB 7
612,986 612,986 00000000000000000000db8d2f075607d4aea57ef21a70e7790a76f17f620b71 2,247 1.00/1.00 vMB 15
612,985 612,985 0000000000000000000bfde19f5f6d554178493e362db1b68bec2df90493c8e7 2,627 1.00/1.00 vMB 12
612,984 612,984 000000000000000000109a55b34532cd988b0a658af6d6584fce9b15605bcce8 2,838 1.00/1.00 vMB 16
612,983 612,983 000000000000000000002fe5d3f0a211773aa534e36147bc136230dc311e0a11 3,099 1.00/1.00 vMB 26
612,982 612,982 00000000000000000006aa964aae2bea0aafce3968dd77528c9a01d9afc1af85 2,741 1.00/1.00 vMB 35
612,981 612,981 0000000000000000000ccde0b724c864391165f16c406ab0ba2fd25dd1317fc1 2,605 1.00/1.00 vMB 22
612,980 612,980 0000000000000000000dc1218cc307574fd5a773d04626528c3a9cfbe94c4b6b 1,484 1.00/1.00 vMB 16
612,979 612,979 000000000000000000107a9a84527848e3c78583f5fd3be4e18307abfb17c374 2,731 1.00/1.00 vMB 26
612,978 612,978 000000000000000000102261404c1c30feca94faa98fe4ccd788b93757ccd1e8 2,055 1.00/1.00 vMB 23
612,977 612,977 0000000000000000000270710c77dc65b883cb1793bc4e70c2f8467a672e6af7 1,544 1.00/1.00 vMB 11
612,976 612,976 00000000000000000010bf70a87dea443ebf75475b0cb4c05cca5d200b1a9142 2,164 1.00/1.00 vMB 27
612,975 612,975 0000000000000000000b15679562edd9bf84748e7c55e1a791ec5419587d7c15 2,299 1.00/1.00 vMB 17
612,974 612,974 000000000000000000074d4a5976f08d325a07d3c703db04ff6b6deb18710a78 2,547 1.00/1.00 vMB 19
612,973 612,973 0000000000000000001267e84b30ec23fa40fc6149413252ac2f9536adb38183 2,502 1.00/1.00 vMB 17
612,972 612,972 0000000000000000000bbc29774523ece20d2b95273a94a713fae86a34c91a04 3,068 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.62 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.01 GB
    • Received: 16.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.