Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,491 transactions (1.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,512 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,627 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,511 (869,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,653 40,653 000000004038be97dbc83e331efc2ca111f5dfb80475c4893e260c88938579e9 0.00 MB 1 0
40,652 40,652 000000005be4a7d7fc4c93c615ae07f134521257fb0eebdfb9c5c97f1e4d0cd2 0.00 MB 1 0
40,651 40,651 0000000057044cadb3526853a56fcfff51c747cc594f3c2cc47f4fed23120296 0.00 MB 1 0
40,650 40,650 000000001b2c374562f82912ffcc8d51e711212a332c872b9203d692706bda67 0.00 MB 1 0
40,649 40,649 000000002d31923708611bf95b6991e2e2e6f0365315269adfc922600b97f3e1 0.00 MB 1 0
40,648 40,648 00000000056cfc4bc5e2c01c406119810814f9d63e3393047bbe7c5aebbf3921 0.00 MB 1 0
40,647 40,647 0000000056504a50fa66de8d9ee9cf8d54059eb1ab7d1dc089d1d8192d611d79 0.00 MB 1 0
40,646 40,646 000000000afcc516c4a51a74f9c9cbe3e951496df9ccff495683f50148e97f8b 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.33 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,244.62 GB sent, 120.24 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.