Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

11,282 transactions (4.70 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,797 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,939 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,796 (893,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,844 16,844 0000000081932298bda499353581a8dd26458642ec58adf3369119adf3b96f6a 0.00 MB 1 0
16,843 16,843 000000002fe24e059994dfa6c1257b5bc64ed7e9d0221bb581fdd7c59fa49494 0.00 MB 1 0
16,842 16,842 000000000b56abbc58d52e3384c302e707f3a1b58865d49ac498c7a7de7517ef 0.00 MB 1 0
16,841 16,841 000000005b3c2ba053ce4af9069378e251a4290df791869cf2ba52e5ee099cbf 0.00 MB 1 0
16,840 16,840 00000000231df946c59e13a91d173d86bc6d13bc56dfb04c215faffed6555c32 0.00 MB 1 0
16,839 16,839 00000000294bde404de1454b96d48121b3c4a4e442e689a53c79b726ec69dc8d 0.00 MB 1 0
16,838 16,838 00000000d21338cdb993f78eeaad73fc7602835f9f621fd4f7f1aa5387185a66 0.00 MB 1 0
16,837 16,837 0000000041584b3e11f831519e000ee8f2aa2d728e7870eabcdba8345449803a 0.00 MB 1 0
16,836 16,836 000000002d5e51189d748cf9ae028e4784f5a629a460ad65561246cb469aa52a 0.00 MB 1 0
16,835 16,835 00000000236e176c543dc3d580254be69e528e2598c6264745a83d75b26e3f36 0.00 MB 1 0
16,834 16,834 0000000024759a830730cde02dc3a1c47e40362750c7edfd1afc19d1d92982f5 0.00 MB 1 0
16,833 16,833 0000000011132ad6ee22a0104a25548d9e2d1978b8f5d3d55f578dba316fc0f4 0.00 MB 1 0
16,832 16,832 00000000071bd413ef04663dea1a7a17d70ffcbb5aa532fa425e0a91c2f814f6 0.00 MB 1 0
16,831 16,831 000000009ee689fc97cdcf1a531dd0b61b223cd15d1a0829002830ecb16046f8 0.00 MB 1 0
16,830 16,830 00000000ef961f5644115b0a36aafffa00fca4367cf213968fe776941f44d5c3 0.00 MB 1 0
16,829 16,829 00000000a0942b14ada953d5340dec15e5e36177d108c0f78f45b432049cd9ff 0.00 MB 1 0
16,828 16,828 000000006315b13ff27eee49bc51903bedf2d247c4bbc0c8ae0c77f0f128adcd 0.00 MB 1 0
16,827 16,827 00000000dde0dce699c6debb822816e9d4990fa5635c274d42a8a39f8f5c0258 0.00 MB 1 0
16,826 16,826 00000000af98da6ca631430076c828a8e76fef2c2c9d5827d598085dcf418508 0.00 MB 1 0
16,825 16,825 000000000c4422f7ea432edd598b9bbad62ed1c60c2ee5211a589f47b5bcb536 0.00 MB 1 0
16,824 16,824 000000006ad694f6af21e098b497d4ca31ae1aa77d16cc3475ea72967f8e2003 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.86 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,295.91 GB sent, 123.03 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.