Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,255 transactions (0.97 vMB)

Priority:

  • 1 sats/vbyte = (10 blocks)
  • 2 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
909,361 000000000000000000022cb30000000000000000000000000000000000000000 0.94 vMB 2,249 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,360 (861,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,582 47,582 000000001e0ed16b6b121ab5bc379a18a8a63531a346a4e3fcaf9bebeef71898 0.00 MB 1 0
47,581 47,581 0000000014d35403fd379bbfbe337c44c333a2d1cf3a94706bc0d6f9e86748db 0.00 MB 1 0
47,580 47,580 00000000143db7ba22b3181f081468dfb29f964926b5db05ee74f5e709ab99ab 0.00 MB 1 0
47,579 47,579 0000000010668ee09d6ea4b550701c08505af79b9a1912007134eedee100dd48 0.00 MB 1 0
47,578 47,578 00000000364cbcf631d84b36b798c1520fea1649ce2e19375005db54ab411071 0.00 MB 1 0
47,577 47,577 0000000004c33df31d55d4a745a9da6a7ca1f4087e99dec9e774cca3e2dc3234 0.00 MB 1 0
47,576 47,576 000000001b772c98aaeba3acea25e09747eb34ff6796274096ca9a167f8ae46e 0.00 MB 1 0
47,575 47,575 000000000182daada28af5e6a17e15ababbc710abfcad5653019ba6b2d65087e 0.00 MB 1 0
47,574 47,574 000000001b6674e673edb5dcfa02ce3ef272cd3499e2e8b1ed00533fe41e5375 0.00 MB 1 0
47,573 47,573 000000001b9c2282c7750f58804da03fd47b813b335c6715d0571107f777f379 0.00 MB 1 0
47,572 47,572 000000002a957b01a06752e1a0ceba9c2733a894470c1e60a04bc87b56cb3d40 0.00 MB 1 0
47,571 47,571 0000000021bd4444028683f753bf3981d6a66e48900fd12321374604febc65e9 0.00 MB 1 0
47,570 47,570 000000001b5ccbd50b2561b8e5bc6ff5d059b53157f8f6062fc5f09e5cf35edf 0.00 MB 1 0
47,569 47,569 00000000351c2ed5596bc3df2c73b9a3899fdb5c53cc24e1b20bca4f3fb4e8e8 0.00 MB 1 0
47,568 47,568 00000000312e13474ef8591cc075959cd3746102117cb330946feee4bf864e55 0.00 MB 2 0
47,567 47,567 000000003353d4d503808354aba49d88f981abde9c091f96b1ee64b9cab22069 0.00 MB 1 0
47,566 47,566 000000003701a576953b429ac2388253f57cd434ea94abc5ee42a1a9cbde6fcd 0.00 MB 1 0
47,565 47,565 000000001ce23b90ca2bdf87445c08ba39a1d346cc9d051bc19096e011c5886b 0.00 MB 1 0
47,564 47,564 000000002fd4587fd56ae16e92817d8b2b3aa6ef07b0bda1cb947e8314cbf813 0.00 MB 1 0
47,563 47,563 0000000020b084baa781263a80cac58dc0e7c59eaa2c4b0fedc29970cce31791 0.00 MB 1 0
47,562 47,562 00000000143aa2dbb1b9574f00ecdea55ff87fb02a3da4c937b945f8462e510f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.21 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,068.43 GB sent, 109.19 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.