Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,183 transactions (1.60 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,659 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,705 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,658 (880,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,852 29,852 00000000c23d02f119cd02c894193ce12cb742ad4d0beb2dd417ce689665e7b7 0.00 MB 1 0
29,851 29,851 000000002b27ea2d52b62977a6350f1aa63fd35c3b6ec2b42e199d2939f9bdb6 0.00 MB 1 0
29,850 29,850 00000000461fa85fdab6138b33b95888a78c316516ccc2b3b367a99d0cd11c7f 0.00 MB 1 0
29,849 29,849 00000000d17f90310791facc8dffb8867cf90d749f8f10775ce53d582c8938e7 0.00 MB 1 0
29,848 29,848 000000005db0d2b391e8e0b00e0b98143685f567c1f6421b2f0193f2371911ff 0.00 MB 1 0
29,847 29,847 000000009b3a04dff037a64a0bbca3707e6e5a4f259b50203237ddac097b3293 0.00 MB 1 0
29,846 29,846 00000000e1cebec536534ed1fd7428601fd55e030af9d1296a6e616683ea17fe 0.00 MB 1 0
29,845 29,845 000000001821a9a2e67c23a74e5a0f871add7116229e5acda984c227b0b39f09 0.00 MB 1 0
29,844 29,844 000000000ee6187d3347a926210ec27d5cee2a3427e1ed23f8ae59dafd4a48fc 0.00 MB 1 0
29,843 29,843 0000000062ae11a05bccc3fb4f4a3f801c20af126159edda081c9cdbed15487c 0.00 MB 1 0
29,842 29,842 000000008129164fd69f3b40b9d16dc1d70fb1535955cc81c9b3d6452e47d549 0.00 MB 1 0
29,841 29,841 00000000843a0cb29c16754e2da564d74dffca612fa2d561f92a73c910da439e 0.00 MB 1 0
29,840 29,840 00000000b0745b8acbe9ef22f6b89e87e090d287021bbf436ff8d3ff611b8b2d 0.00 MB 1 0
29,839 29,839 00000000e757ead7f484d63976093188bacdd86abfe4d4c27766249c8229257b 0.00 MB 1 0
29,838 29,838 0000000002b01779a48d37e944b7d960f8202489074343eb6949c2d37df96648 0.00 MB 1 0
29,837 29,837 00000000d51495d6e6b90ee2f4c4d2ac732e02017c4d639ff3cd44c8592dc188 0.00 MB 1 0
29,836 29,836 00000000baa27d2a3e5c254b8ac48bce537a9a7e64d12a2df11ba87acf76a9ba 0.00 MB 1 0
29,835 29,835 00000000a1581fa94479fd73d9a4e8279dc186f857f215b8db73896378ba2c50 0.00 MB 1 0
29,834 29,834 00000000ef66f617024ad4dff16575173f3e4547007abe7d108e1821127d140a 0.00 MB 1 0
29,833 29,833 000000002b72b2e90e07d19bf37072670516370f854a64472fa1fa0474e6722e 0.00 MB 1 0
29,832 29,832 00000000c7294dc5f4b330dca1a9c6fc620f36cc356f8bd4a0ba3b5158c8a621 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 2,281.08 GB sent, 121.56 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.