Loading Tool

Explorer IconExplorer

Memory Pool

45,947 transactions
27.95 vMB
0.08429080 BTC
Random Selection Loading Transactions
Max Size: 147.88/200 MB

Candidate Block

Mining Attempt 721398f4cb2ee7e08b6b1d888e3a212773a52088be7b09e7e6d585490d14955d
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 23d15475cc61f9b0cbf851910ab9eb22d9eba5410402ab4379f213d14201b3a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,091
Size: 1.00 vMB
Total Fees: 0.03025733 BTC
Feerates: 181.54 > 3.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (209,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,880 705,880 000000000000000000046a1741ea39e26d46bf74bdfbc93e1ff20b2b2b30a553 2,077 1.00/1.00 vMB 15
705,879 705,879 00000000000000000001865d68d119d56e0689894a4ba3d6934d073120a2af81 1,237 1.00/1.00 vMB 13
705,878 705,878 0000000000000000000062d31c004c9bb0cb391ae13667b313d43b8be1d698be 512 1.00/1.00 vMB 13
705,877 705,877 00000000000000000001c89ea9d6f181d4fe3b01507356e72085c4b078d87659 2,832 1.00/1.00 vMB 21
705,876 705,876 00000000000000000005441ee135f3bf197ac287072cf616b536a01c92db0039 3,288 1.00/1.00 vMB 14
705,875 705,875 00000000000000000008c237237cf8271ec35dcda9b8e21fa0664e1f70a81efc 2,626 1.00/1.00 vMB 17
705,874 705,874 0000000000000000000cf3dfd0697d60628546375f8ad2827acc8f31ed481dce 3,225 1.00/1.00 vMB 23
705,873 705,873 0000000000000000000d71ddc27090d79bd9cc03f73a67fa5763f99078277833 2,372 1.00/1.00 vMB 23
705,872 705,872 0000000000000000000aa98a1edb07e42888c4ea796ce5a0d58b865b40332f7c 3,600 1.00/1.00 vMB 15
705,871 705,871 0000000000000000000d33078b3df43eddf9677763239399ec102328b21bb65d 3,017 1.00/1.00 vMB 47
705,870 705,870 00000000000000000003ab281ea1032e472df0a8c9276c14c3e9f2e3ef81b3be 3,486 1.00/1.00 vMB 36
705,869 705,869 00000000000000000007aba6dd0ed4971b60bc433a0926b19cc52d2019c83758 2,396 1.00/1.00 vMB 16
705,868 705,868 0000000000000000000de431712631af9f6e6ff108cea2039d99809c6c331309 2,049 1.00/1.00 vMB 13
705,867 705,867 00000000000000000002282967d159b6255e9c98952fc85f2b0c1beca1c52bfc 2,825 1.00/1.00 vMB 12
705,866 705,866 0000000000000000000cdf0d9bef0e4ce020b020d6870bc82c7cc8dfee27ffbd 3,158 1.00/1.00 vMB 25
705,865 705,865 0000000000000000000a4e031fe3b294763df14b1dfbc3f0a7dea82487ba72eb 3,304 1.00/1.00 vMB 22
705,864 705,864 000000000000000000036f48df62785e961df9fe83520a3a0b6084592a3ad159 3,642 1.00/1.00 vMB 18
705,863 705,863 0000000000000000000cba9ce246ef6c5385ef22b4b77d3d1e1249f44eba3d9a 2,152 1.00/1.00 vMB 26
705,862 705,862 00000000000000000000f355ba7953c9ab579f331632b9e6f10f7a45bb034992 3,429 1.00/1.00 vMB 17
705,861 705,861 00000000000000000001518eb8f6b3f63863157281022915010ccf00b5718e3c 2,273 1.00/1.00 vMB 35
705,860 705,860 000000000000000000035d51a1372d3cb1b5e30a1a497a2e95f238cc5786a134 2,936 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.25 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.58 GB
    • Received: 14.33 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.