Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,751 transactions (0.95 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,469 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.95 vMB 2,743 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,468 (869,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,645 40,645 00000000623fe87a776419f711e64ae32556842d1fd0854108e9b5e3c5e88316 0.00 MB 1 0
40,644 40,644 000000002c85cd2ca127a3f1790a1e6bf5ef45c33c19813c8c4099b0a6d5abe1 0.00 MB 2 0
40,643 40,643 000000002a0b804d78d92170e683fd5cb2e7770bbc7a741820138023c7d0f930 0.00 MB 1 0
40,642 40,642 000000001e4792bd74a1e4adc30d6ae827b5fd04ea323991fb0db318998073c4 0.00 MB 1 0
40,641 40,641 0000000001d712d1f63e8686aff78a9026ef43da373415015aaf2a6423d0168e 0.00 MB 2 0
40,640 40,640 000000001f160700b886737a45e5df5a29b7935d84b5ae8a339a44d25c679cf6 0.00 MB 1 0
40,639 40,639 000000000ab29c5e2b1c2b730aaafc2fb6e2ff91479fe414a7de595ea56296d3 0.00 MB 1 0
40,638 40,638 000000000512a2a952a446c50d21a42763631c249e72523a782846aada0e6356 0.00 MB 1 0
40,637 40,637 0000000023f9961e0b6c88519e0c7f2fda6f165aa625b205971000ee255d3244 0.00 MB 1 0
40,636 40,636 0000000051a6af7b1725b7664d087d2a3caacacf186ed11aa7e3e719467ac000 0.00 MB 1 0
40,635 40,635 000000000c4244fbfe6f8573c62f71871cc50322d0ffe4c5a6568d46f28fe638 0.00 MB 1 0
40,634 40,634 00000000071b8d9673c29b9e873e57bf9204eb49fb70498250cd996be5f9dec8 0.00 MB 1 0
40,633 40,633 0000000032a0d6d7e6217f358750e1d0311e4288f6e463bcb1440952595bc042 0.00 MB 1 0
40,632 40,632 0000000053fb795475199abd4d5144a6e4115fc16bbcfb469c9183f374447635 0.00 MB 1 0
40,631 40,631 00000000599fa68f0e409094af8d1133070d001b628905cf10a1f20f613cc49b 0.00 MB 1 0
40,630 40,630 00000000428c360f2e205035f7b9234811c2ecbfb21d255a83e08f6d9288ccfa 0.00 MB 1 0
40,629 40,629 000000005a2139815c9d9b9f19e91f17c0261cb96cec4cf6ce0674f98d20a111 0.00 MB 1 0
40,628 40,628 000000003e3bb87864e472586113bf1d75f648d4d95ae8f62f3b3f4269e9332b 0.00 MB 1 0
40,627 40,627 000000002e156fb3f4d024253acc9b04b67d28b039ce653fe4ac2f8929c865c4 0.00 MB 1 0
40,626 40,626 000000000d32c6e3d22fd7382de6829bf608d8144f647f365ddeec1358089f49 0.00 MB 1 0
40,625 40,625 00000000202fe3087fb77791b75b070ca90e1603969503641d4061d2894dc5f4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.26 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,242.47 GB sent, 119.80 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.