Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

848 transactions (0.23 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (7 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,890 000000000000000000022cb30000000000000000000000000000000000000000 0.23 vMB 824 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,889 (844,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,022 65,022 0000000004317ace715e30859fc6bf5c27ef413fe10befdc48a0d055bc1a8f12 0.00 MB 2 0
65,021 65,021 00000000082df01a26e54337698179e9c53f4352aeaaecb631c5a4391e6b3aef 0.00 MB 1 0
65,020 65,020 00000000057181c8df912b8e2426173f5bca3f41914e60411276d73efcae2404 0.00 MB 1 0
65,019 65,019 00000000002a74e6db3b4f9b969ec2c246a3afc10ed56266b465638e62661d05 0.00 MB 1 0
65,018 65,018 00000000000252937bcb89c4825eaec3a3f72efb2702f5d5e99f5654a187eda9 0.00 MB 2 0
65,017 65,017 0000000009ce16740035df12b57885e5a58529b230da59deef41f204b99dd32f 0.00 MB 1 0
65,016 65,016 0000000002ce8a701fabf5f3bc2021e5e38dc2e9e83f1ff20494ea8296b2df59 0.00 MB 1 0
65,015 65,015 000000000902e05a93c9f009a359c655e29aff07beeb7b1d1a9d5f45790efa99 0.00 MB 1 0
65,014 65,014 0000000006b593f22600811d44be0e68109b7699c151fab9ca80e4003dab757b 0.00 MB 2 0
65,013 65,013 0000000005edb5824b20ed625c2eacce0fa92d3fffb877b866fc938f92c6614c 0.00 MB 1 0
65,012 65,012 0000000002a3377c64ab5c41cd2591b2157313bb696e2a03ab22e681c7314a0c 0.00 MB 3 0
65,011 65,011 0000000002a212176ab91b2f77c007175ca5fa4151836125793921847a212e18 0.00 MB 1 0
65,010 65,010 000000000ad22352ab11d8f9f8dc8b24b956457e6a1e91b096a3af0b553b9aa0 0.00 MB 4 0
65,009 65,009 000000000acbec4242841da9a7e747188f58f56f0c2022d6ce793daf718c9855 0.00 MB 1 0
65,008 65,008 0000000008af852e7eea4c719f75cc8db627edaee48bc2437ca08d5c354f0c4f 0.00 MB 1 0
65,007 65,007 0000000008e6155023be056934e914d7f4effbceaaa2b8df1a1b1bca343ed0d8 0.00 MB 1 0
65,006 65,006 00000000048d821e44e99f1b648be39b0fadabe2ba0fd944cea7c4d5316ea453 0.00 MB 1 0
65,005 65,005 000000000420a1c4562e153eb52870174e5a8fd37752c14c022f4b4cdf8eeb73 0.00 MB 1 0
65,004 65,004 0000000002c1ff0bbcc59b450dbd47a42112c4bcd702921816a643ef78214a97 0.00 MB 1 0
65,003 65,003 00000000024e1d6522c1e23289825977197c82c134a4752a5dd4dc3abdc4b07c 0.00 MB 2 0
65,002 65,002 00000000077d92114275deb4f12d66dba7d4ab8c146d42d67df08120ca14a517 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.20 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,171.15 GB sent, 114.32 GB received

Notes

  • This page updates every 5 seconds.
  • 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.