Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,228 transactions (3.55 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,284 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,903 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,283 (851,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,043 58,043 000000000f98b17da10b667fb7dd31e5ef10372c000dcc8c5141ffbfd83ac55e 0.00 MB 1 0
58,042 58,042 0000000002faefd25c322b2d54c6b1ad5d349d2c237b842d1610b957f7861001 0.00 MB 3 0
58,041 58,041 00000000072fe63544bcb6843d40155a2e5dd9684f50ea7a2887ac7ead3dcbb0 0.00 MB 1 0
58,040 58,040 000000000a85503d0d3eb9be3690839fba78cd22c6bef1cf39beabbc1574fb9b 0.00 MB 1 0
58,039 58,039 00000000094f10c98ee71858ad8d866b8ce931c959414f04fa7bdc56d58bfca1 0.00 MB 2 0
58,038 58,038 000000000a81a7b9a4734b8358130e40eda2e899fbc31913a7a0eaf06e35ae48 0.00 MB 5 0
58,037 58,037 0000000007ce69037db87df2eebb8d473726c04a70f66f1fe2b9651508a60801 0.00 MB 1 0
58,036 58,036 000000000e029dd53fee3694ddc156ea96530109e5defae809ad90501023d942 0.00 MB 1 0
58,035 58,035 000000000aa4ed868dfb45a4e4c8f14d4871e9fda25463ca3b3cc609736107aa 0.00 MB 1 0
58,034 58,034 0000000005f6f4a879636db9516509f2ea83337dcc4c8f46bfc17e293d337604 0.00 MB 1 0
58,033 58,033 000000000b8096ee08512502aed5bc915e35410460f98f7729b48be90e23111b 0.00 MB 1 0
58,032 58,032 00000000128e2c7795f32541a40a0f81e2e91c5d71100d4dd79c72b4e0bdfeae 0.00 MB 1 0
58,031 58,031 0000000011de93b64f0519f18120a202db1b652415874a7f1bb955c610fb3e1f 0.00 MB 2 0
58,030 58,030 000000000febea5391fe5536e71c7e165b39ccb6359f35c14e6b1edcb8815865 0.00 MB 2 0
58,029 58,029 0000000012e41737098b697097b3c7c443ddeef798b927985e5ca8db7376ecc1 0.00 MB 5 0
58,028 58,028 00000000030c32da4b32289cbb4d8af8db33fcd304c9ecf07a8d3e626b7f2c32 0.00 MB 1 0
58,027 58,027 000000000b8873af64b745c3b736d82bb2d712c6b8c50ce5985805addfbcc5e7 0.00 MB 1 0
58,026 58,026 000000000a6c948d0d53b5f7db6b190ef3dae0c2ae5fa5caafb5adf84a7d62cb 0.00 MB 1 0
58,025 58,025 000000000c2757306c91fe2505355910566616de737f95b26107aff3bcfb47a1 0.00 MB 1 0
58,024 58,024 000000000c219d6710a0951c5384f862ef3aa816f8da2bba39434b7da723d78f 0.00 MB 3 0
58,023 58,023 0000000007fc7dc9b1f9686efd1eb48b6d8df5672bb90c19cc2ebe21d294d974 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.06 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,046.95 GB sent, 108.39 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.