Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,519 transactions (5.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,273 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,144 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,272 (881,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,067 28,067 00000000b24c27a6858f6103a700f4b6be0cc25204197579631ac14ec01d3b4a 0.00 MB 1 0
28,066 28,066 00000000db9a04aa4321f46ecb8d39e9b5632a49a9ec47dfc4de7f31b6b94495 0.00 MB 1 0
28,065 28,065 0000000015fee0ae6b31c9e16e62b6213fd569ee2a0ccd953549f5a8257dee27 0.00 MB 1 0
28,064 28,064 00000000cda58f3b7f6dd20cb71780d7ef7c31de8c3f3715169cf55f9c493b97 0.00 MB 1 0
28,063 28,063 00000000e2b03e2ff617e526af57cab6455f99369f1c599e45929008401122bc 0.00 MB 1 0
28,062 28,062 0000000083831f3b650bf723f7599093751d6263467acae58e11ce3a65319d1e 0.00 MB 1 0
28,061 28,061 0000000091d2186541c304ecfde425807b6380ac765d14fc663faa6437926d2b 0.00 MB 1 0
28,060 28,060 000000005e2ed0a0db567d7cc58ea47269f187ee0fb9770d246a793891e2b6fe 0.00 MB 1 0
28,059 28,059 00000000dca72f858149aee17a7eb2ad749abc07d2b33b114406da7640730430 0.00 MB 1 0
28,058 28,058 00000000ed6dd5924d4ba00ac95ae95d07128e801c8ad704f1e6c31c6f19d890 0.00 MB 1 0
28,057 28,057 000000003fce40446a38398fb51247d038b51963f9aabc2fb5a645d34f4f7f41 0.00 MB 1 0
28,056 28,056 000000006629e8b65ad56b265fbf0c0e538e4f22cd7a926fcda261f57cdabf51 0.00 MB 1 0
28,055 28,055 0000000088ea759e5c8446c9e72964a340835b3710863e2588ee1c71be10e4e6 0.00 MB 1 0
28,054 28,054 00000000c592507673405c91424ccab2876fea8e9b8e1e61334e036d43d0ecbd 0.00 MB 1 0
28,053 28,053 00000000b4501a40bb33e23ef82e21aae90b24e84e8569ae357578007fe6feed 0.00 MB 1 0
28,052 28,052 00000000d3f73045d6c88bd6be0978f9d59138262053bd147ad4c2cae42ebe76 0.00 MB 1 0
28,051 28,051 0000000091adf794bb726c823eaa9a310be365c8ae498356744ed36168443866 0.00 MB 1 0
28,050 28,050 00000000c3b70d0d29f4a82441e0ca8a0420eec0823bf997b4eef659bb895feb 0.00 MB 1 0
28,049 28,049 0000000009626b91e89fd6f735ad258539f6f288b9a8bb16f9b484c632385386 0.00 MB 1 0
28,048 28,048 00000000c513bdaadd59c28edaeb55ef1f9db630fbb00ec22b28fa00993fa72e 0.00 MB 1 0
28,047 28,047 00000000511dacf57e7d261948dea7e6198026ce1e523b7635ee0abf31a33f42 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.04 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,045.83 GB sent, 108.27 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.