Memory Pool Memory Pool Refreshing

6,244 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,902 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (687,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,040 220,040 00000000000002e328404570e6cc75d2af65d2b9e1dd17708607f9ec633589bd 0.16 MB 368 197
220,039 220,039 00000000000003180d07f8dab110b2ee58a94e1666c04f884d1cb221d21660eb 0.23 MB 582 198
220,038 220,038 00000000000004b8ce0d4892ef6f1a27a6d9c1cc5e6e46245c86d32ec4be57fb 0.04 MB 101 247
220,037 220,037 000000000000036049736251551c7ed20812c28a81831c1f995367e610c6ecb0 0.23 MB 610 197
220,036 220,036 00000000000000e10ca7578bc9a81d8a8f6ffa7d092b0de6bca0d0955f76181c 0.14 MB 166 61
220,035 220,035 0000000000000300def18697c13966ada2f4a9f40008f2736ff59fda4217eb13 0.11 MB 288 220
220,034 220,034 000000000000048bc0ea3e6fb113e03799f15f0ded190b339d1d34eac16fb016 0.16 MB 382 179
220,033 220,033 000000000000026ec39f14a14cef867c9f0c9ebf65b58ddf04eae61655c4d000 0.00 MB 1 0
220,032 220,032 0000000000000119fd254218d2f77ba58763fff62267921bdb8a2219cc26a16e 0.06 MB 50 41
220,031 220,031 00000000000000062faa1c59600027c5bd280f3a16b8d73b24bab096810251f7 0.01 MB 15 179
220,030 220,030 000000000000042620be24bf0be132c43f2f9f379482d42470b4e659d7317ce6 0.15 MB 388 190
220,029 220,029 000000000000044c20d50b18e65f1766f70dba0cc05af9b09b20d9ace7eb724e 0.01 MB 40 194
220,028 220,028 00000000000002afb72a2ff249464c6a3fb26cfab22c8b984fceaa4be0714888 0.19 MB 372 159
220,027 220,027 00000000000003ac12215b6f4467f4a972969e9c83bc70e04930d4de4d22958a 0.04 MB 86 191
220,026 220,026 000000000000012c780fc12612e6c8cb858bdf656737758754922b1d1fab5695 0.14 MB 288 176
220,025 220,025 000000000000045bbe46141093e72351ebb762848f43e0e7ef574cd50b28e468 0.21 MB 392 146
220,024 220,024 000000000000012afe4893c9fb0a5b3b465bc0aad0f5d9fa211234aee52037bb 0.20 MB 464 189
220,023 220,023 00000000000004f9c2c9958a949fd573ff6ff2727eed8323367c44df2837a7e2 0.09 MB 200 164
220,022 220,022 0000000000000507cd67769c571231d8eb82470db3b3e567081b4ff2f9f4d8c9 0.17 MB 412 206
220,021 220,021 0000000000000400cd41c99c2dff351a47fbcd0e8ce5198d028ee2d6e6ecaa34 0.00 MB 7 14
220,020 220,020 000000000000000309540b21d917163b9f646394c16bac7df90e0e4236acd38e 0.08 MB 101 43
Previous 10 blocks ↓
Total Size: 768.99 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: 1,616.56 GB sent, 92.76 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.