Memory Pool Memory Pool Refreshing

6,179 transactions
2.13 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
1 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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,800 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (604,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,538 303,538 00000000000000002652762013ceb82bc757be4e804ee05e6e7e165f56cb5cad 0.08 MB 155 26
303,537 303,537 00000000000000005f5cb639c2d5c1ffa87558aba83c6ec3274ea3d20c4ff147 0.04 MB 62 13
303,536 303,536 000000000000000054b1236ebaf2b7b1ff74b30c5741618568ea973540ab1281 0.05 MB 89 26
303,535 303,535 0000000000000000323152a5c33aff492a758fb4b99f0ac2ae431a3f9987cc79 0.79 MB 1,035 59
303,534 303,534 00000000000000001afb7ac22b16dbecea7405f9d193dfe888924424c32bbdc7 0.35 MB 904 45
303,533 303,533 00000000000000005fcafadaf7b727b3ef081511f3a7b305f1c414b15bcc166c 0.29 MB 599 38
303,532 303,532 000000000000000008f1f38387a673ac2de6f8116bd67f034ac751303701d9ce 0.20 MB 461 34
303,531 303,531 0000000000000000209e287c7d05f4b32c6e57887b84f321d18b67a9e28f8a72 0.11 MB 267 36
303,530 303,530 00000000000000002a5c2aa3306bf2438bf561d87d0a6071b09ab923ac9a6955 0.48 MB 781 27
303,529 303,529 000000000000000026ba722402052cb79b4ab971992a6c468138d7d3f9b78887 0.01 MB 27 24
303,528 303,528 0000000000000000631259c9326a10198c3b5478b44076d56d619e29beaffbcf 0.14 MB 259 31
303,527 303,527 000000000000000049cd4e67934addcee1dea0f050fd7f0ec6ca1cf81794b057 0.09 MB 148 30
303,526 303,526 00000000000000005fd0239a55528cf8e5fe99e0cbd9eb9fd555b97648c9366f 0.10 MB 113 28
303,525 303,525 00000000000000005b1a68c33d289b23213d065fa014eed8d0166c43d4a18448 0.30 MB 537 67
303,524 303,524 0000000000000000691ee102724e4f10466252f00949b52a2925674ab1eafb1f 0.14 MB 274 31
303,523 303,523 00000000000000002075ddf6b5ebb827a05a28333b2ea962de2d3fe1a1f794e2 0.07 MB 110 27
303,522 303,522 000000000000000005f4524a28dc32bfe111bd8c8ac53415bc2acb2166720067 0.05 MB 94 29
303,521 303,521 000000000000000000eaea3960695b0f170930be5a96aece16afa8ed3708bad9 0.10 MB 203 27
303,520 303,520 000000000000000024450e52f5d08622114b503713243aab15f3f7f989e76267 0.35 MB 350 23
303,519 303,519 00000000000000000009d02509733b687f72bb5bb4e829162fb3078e791fba2c 0.35 MB 626 31
303,518 303,518 00000000000000001291e195f3e0b3ca3027f1f37b11c6778e05064dfd024b4e 0.23 MB 316 30
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.