Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,548 transactions (0.63 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,816 000000000000000000022b910000000000000000000000000000000000000000 ago 0.62 vMB 2,538 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,815 (386,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
525,814 525,814 000000000000000000329778169460678309ea547a53f615e438497ea97673e8 1.07 MB 1,364 10
525,813 525,813 0000000000000000002933a0da487f814a6f83472f2170f3b7944646c9c3b2c8 1.03 MB 458 3
525,812 525,812 0000000000000000001d9b6ba96f1552556079d1ac531115089ef75bc8b9c1ba 1.04 MB 547 5
525,811 525,811 0000000000000000002158c7a6472143a58c589fea453fb516ea80e6680cd5d7 1.03 MB 548 4
525,810 525,810 0000000000000000003b3e5f89a92e9c951bf8d1a487b57e3b66b85b17bcd97c 1.08 MB 862 9
525,809 525,809 00000000000000000009d779ec8c70a0cf617f05d8da46690ba961490746c840 1.01 MB 262 2
525,808 525,808 0000000000000000002070013210eb499bd42263a14a529f698833a9d53efb85 1.01 MB 176 1
525,807 525,807 00000000000000000013fd56ac5a4bff6be5a3da86499c1a223abfe4434bc620 1.14 MB 1,992 13
525,806 525,806 00000000000000000011358af2f4a0ce6e88bceee77fa60c800068ba54a26d7f 1.08 MB 1,448 11
525,805 525,805 000000000000000000336df2a9cab6448d716208b71cd59cfaa44f8a894f53b6 1.07 MB 1,283 7
525,804 525,804 00000000000000000029c2f27b1548251855668c534275beed4c1a9fa0a91cb9 1.06 MB 980 10
525,803 525,803 0000000000000000000c3226bf4a7eec7f4b728b8ee6b4b4260d55c27f4d74bb 1.10 MB 1,170 12
525,802 525,802 0000000000000000003db2759d99b49983495dd4c99f76daa862344184a72371 1.09 MB 1,478 13
525,801 525,801 0000000000000000000cd4448cb703f56b2c791dee4173c75f4af08e2bf1b9ed 1.01 MB 239 1
525,800 525,800 00000000000000000005bcb9f146b3eab762d1be513088925c22f0501a272fed 1.01 MB 243 1
525,799 525,799 0000000000000000002338ee58fa20f8f465e901004a256ece3cbd2c9a3ef492 1.11 MB 1,868 16
525,798 525,798 000000000000000000009ed0b425d51fc13b1f32475e661afb6f46573cb5bf24 1.20 MB 2,665 18
525,797 525,797 0000000000000000000ecdd4566e0741bc429f6fb9de7a75fd31ecf277223709 1.14 MB 1,190 11
525,796 525,796 000000000000000000017bbafdc4f955a3234e3589ea25c4531c9fdafce67bd9 1.15 MB 1,588 9
525,795 525,795 0000000000000000000bf34be63e2ce4db7bc537548a3ae7eac8b0cb6dcef597 0.51 MB 1,181 41
525,794 525,794 0000000000000000002747e8f79fc41f40e46dc1936bf54149972c75f0bc71bd 1.11 MB 1,682 13
Previous 10 blocks ↓
Total Size: 776.75 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,462.17 GB sent, 132.31 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.