Loading Tool

Explorer IconExplorer

Memory Pool

49,204 transactions
29.82 vMB
0.09636288 BTC
Random Selection Loading Transactions
Max Size: 158.89/200 MB

Candidate Block

Mining Attempt e9ca56adf7c995da18599a24ef0d795efa201a3306073172a66d083f9b7b7ccf
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root ddd6d6a938d7eaca90817f38a65d300618ac74beda20b792e7a3538d62744a76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,233
Size: 1.00 vMB
Total Fees: 0.03253574 BTC
Feerates: 150.68 > 3.26 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (867,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
46,877 46,877 000000000a8efc68131f14aa761f60f86d17f4f0eb917aa62673f651bf22965d 1 0.00/1.00 vMB 0
46,876 46,876 0000000015f6ae2ae11fc671a92726649c4f254d9e92a486e8180e4ece4884aa 1 0.00/1.00 vMB 0
46,875 46,875 00000000197910fbab3a1fb64acbcac19e13d13e07784f70abdfa0fc854531fa 1 0.00/1.00 vMB 0
46,874 46,874 000000002aeca57cdfa43767634fb459b1c51f6ef1fc383031c15b3d56a48849 1 0.00/1.00 vMB 0
46,873 46,873 000000000500054640383479195419ebe6c4569f4922304cd2f22de031120820 1 0.00/1.00 vMB 0
46,872 46,872 000000000a9f4c36a1b072d52787dc64f84df2779a13c4212c730002617e2458 1 0.00/1.00 vMB 0
46,871 46,871 0000000022ccda18649fd3a90ae93d3bf9f43898182faba4a6a9ec16c8e81a8b 1 0.00/1.00 vMB 0
46,870 46,870 000000001013430a360e3a9bccdf590ffe1b53390aea0c18225dd1a49496783d 1 0.00/1.00 vMB 0
46,869 46,869 000000002b1a1a7710337b8732f59ea1a7da827e005d009177708be01e3b3343 1 0.00/1.00 vMB 0
46,868 46,868 000000001583433d75686a3f505312790647f2998e50f9e6007c6fba8f8ae3d8 1 0.00/1.00 vMB 0
46,867 46,867 00000000010c7610bdd82e5a9bc3ebabc686505dc8b6a561d5f4635fcc3b9fb5 1 0.00/1.00 vMB 0
46,866 46,866 000000002054ad633609624e97222e0327ad5e1d13dc3bf028e39ccbc940cf75 2 0.00/1.00 vMB 0
46,865 46,865 0000000010e3e4d7f283ec827f84f8254da665a5943805805594d885a5be6918 1 0.00/1.00 vMB 0
46,864 46,864 000000000f3803b718fbce3c33fe3de986b0d4ac5a5d6c2fb760adbc2a2c0c84 1 0.00/1.00 vMB 0
46,863 46,863 0000000037d8557c7dfc1e69f4db822898bc24b5b9aa4a622241de3aa295f89a 3 0.00/1.00 vMB 0
46,862 46,862 0000000033cf92a163df23ecb40f894e502901c8532ffa1c0742790b5985bee5 1 0.00/1.00 vMB 0
46,861 46,861 000000001d114cf0bde8bb87adb3e2cf6f789b68506045bdae319c789f844e28 1 0.00/1.00 vMB 0
46,860 46,860 000000000a83fa8dd00307e53e610987e24c9e7928eb0ebddae659dccaecae96 1 0.00/1.00 vMB 0
46,859 46,859 000000001247ff170fd90223bf8dbb7dc2bee8dcd9fe50ee6803a8405f00ca2a 4 0.00/1.00 vMB 0
46,858 46,858 0000000014390286b18da71f6e2c6e3d6da5d0769a0847a7afd534789ca49346 1 0.00/1.00 vMB 0
46,857 46,857 000000000f9d749a43006d6954d493bf689cf7f9ae390895155bcc4ff6641806 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.