Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,512 transactions (1.39 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,334 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,936 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,333 (883,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,940 25,940 00000000c986977aec520497a70e96c7b912d060255583493eb42ca4f05b37d5 0.00 MB 1 0
25,939 25,939 00000000f47a3ec97c7b6db6e5ba69ca2bca3abe66514cde50321b6fc1684ae3 0.00 MB 1 0
25,938 25,938 000000005debc3fecf178cc0caf84b6977ef37f05be99df3dade599376469930 0.00 MB 1 0
25,937 25,937 000000008ca53831e9b2fefc58daa5fdb64e411f3e9792ce680eb07e2a6ad62e 0.00 MB 1 0
25,936 25,936 00000000444a6c35e5d8bfd75ed6d2b5c76f70cbfa3d94ff128e852c80b2bb7f 0.00 MB 1 0
25,935 25,935 000000006616a57dfb4a067357019274b409ea198204847020cd7ec6b86e7bf8 0.00 MB 1 0
25,934 25,934 000000001c22ddbead85c1968c3c29bd4c72d3ef3744bcc9cafd9e8ab6890dad 0.00 MB 1 0
25,933 25,933 000000000e604c4ebe3db4c63ae8613a6537f6e834be248edcdbc3e03d537a78 0.00 MB 1 0
25,932 25,932 00000000e439b0600fb36e457a660a69ac9978ea41121522a54decefc6ca41ac 0.00 MB 1 0
25,931 25,931 0000000058f1be3eb6f391dfebcd02413d3013a363a5bf74ebde6742c1f050cc 0.00 MB 1 0
25,930 25,930 000000009fe07891780777a7b7b2ade58492355278629a34867e16f5789b7aae 0.00 MB 1 0
25,929 25,929 00000000c57b6ab6b02992f3be31ed4b511c2012f330fd987ed8b00cbc4adbb8 0.00 MB 1 0
25,928 25,928 0000000011dbb90bca13d340c66fb52671973be6a37700441c861d01e4557a24 0.00 MB 1 0
25,927 25,927 00000000d3210e378cde30512ddd2606a1fd58aa37e44cc557edee72c4e83916 0.00 MB 1 0
25,926 25,926 00000000420f4869054dedfacc1d67417f1f21b363a65e2c2455c1c21056a824 0.00 MB 1 0
25,925 25,925 0000000045cb0a0d8ab7f9752caed1be0440f4705279f73d1f90de8b638d5813 0.00 MB 1 0
25,924 25,924 00000000a1654e3de8574c7e52579c802f7c7c66baea5a43e17aecd4ff421daf 0.00 MB 1 0
25,923 25,923 00000000fbec7fab265a17d40502260ed6614ace7c688f0aadb1625f67dac78d 0.00 MB 1 0
25,922 25,922 000000003782085b95217efefb1c1aa262b37577e3aa0903bcd0a4b7786a92ea 0.00 MB 1 0
25,921 25,921 000000005a2f811650628fe9ba5ae0b0b7db97d73ba78e80a25c6ef977ef7964 0.00 MB 1 0
25,920 25,920 00000000824d6fdf52e6c7a35c9317485b979f21dff5e6f3dc8d66e76b95aa1c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.16 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,066.78 GB sent, 108.95 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.