Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,923 transactions (1.27 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,245 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,936 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,244 (902,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,029 7,029 000000003a1f2355922617c1ce8c0b0ee6c08e2614ccc6d4a898191fe3f1c237 0.00 MB 1 0
7,028 7,028 00000000c8c441b920be149d400444f6cf0ac57d04974196d012430ad9746c5e 0.00 MB 1 0
7,027 7,027 000000007770e0b928a9a972c10c1a7bd91afdefc0eaf09580158e1703d17cf2 0.00 MB 1 0
7,026 7,026 0000000032a4ee63719e555ba720f48b999c6927b8c5fc4ec1aa881b8cfad9d0 0.00 MB 1 0
7,025 7,025 000000003fc7d34950a54c00a42dce0347bca5b7e8dddc355c7e5515689c3a51 0.00 MB 1 0
7,024 7,024 0000000062bb306418e50588a575dc942bdaa89d3aad7f5f05cf7e5515ea145e 0.00 MB 1 0
7,023 7,023 000000002e3b1b61162fc7c08b70b1a9df2c253134b844c046083821930e789b 0.00 MB 1 0
7,022 7,022 00000000342b46b1e6065f47026233fce49956695019d8d3425a6f13ec5df957 0.00 MB 1 0
7,021 7,021 00000000e9c08bc4a3f0c0a5c7bee4228cef02ca22f9c3580b9246f8a75b20cd 0.00 MB 1 0
7,020 7,020 00000000c967ebc6c9350840f9ade3c62a36980dc45e643338e578a97ae6a1c5 0.00 MB 1 0
7,019 7,019 0000000014cada73a7c2576a7a394c885b2f9f2d2a2b86bccfb431141d1f32cc 0.00 MB 1 0
7,018 7,018 000000001a878278a10b68554eedb02f49aa249c75453f2f339c417365fdc8b9 0.00 MB 1 0
7,017 7,017 000000008432d271e10da213c08719ee38207b54c24dcdced3f1dbee2f773dd0 0.00 MB 1 0
7,016 7,016 000000009eec68dffd9349e4df77d9573f103795be393558f331051be1523671 0.00 MB 1 0
7,015 7,015 0000000015559531952fa7908718ede81c33efad510e8b18c4ffe8ded5764b85 0.00 MB 1 0
7,014 7,014 00000000c02cea79e7a14c92a7ebdc0a3ce377088df5bab6ce84d4ef871be01f 0.00 MB 1 0
7,013 7,013 000000003bbc16f32eea23690b57b647ea71582048c7033729868ee78b57e82d 0.00 MB 1 0
7,012 7,012 000000005e01dc927c8446c518f741f3f3776234e18a44b8db2979bc8b1ecff8 0.00 MB 1 0
7,011 7,011 0000000029a5e818e3e74610dc1433265156472f21778c426f86797aece0f29c 0.00 MB 1 0
7,010 7,010 000000004b7d7f8bcb61b74b3bf6af5c34bd504224da9476522b94b05ae6043e 0.00 MB 1 0
7,009 7,009 000000000ffe966bd0cf881d3e0e96f0aceebc2a888e0f906fcb206b618f34f6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.99 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,018.69 GB sent, 107.90 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.