Memory Pool Memory Pool Refreshing

2,941 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,896 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,387 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (586,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,767 321,767 0000000000000000119f3f8fa0243f722bf92a983ec24573015dfb85a1866dca 0.35 MB 542 25
321,766 321,766 000000000000000008a075186831d2b0a72b03cfcf654e83b7260ee2411145e5 0.39 MB 632 34
321,765 321,765 00000000000000000c053277e3d74ebd1005d9615ca5eb29db9dd79c7e908194 0.11 MB 215 34
321,764 321,764 00000000000000001fa9f062fbc1f95e7a213eb9cb2df78a68a1d4d9a4434870 0.05 MB 110 23
321,763 321,763 00000000000000000a6f1476288973c71a607633fca0662667f0c879a138876b 0.09 MB 175 29
321,762 321,762 000000000000000002b8b3dcf0176d35694d42a08e83dbad820693a4dca7fbe0 0.03 MB 56 30
321,761 321,761 00000000000000001fcb32470b0dcc66a85aef613f1f8a463971a3af72e1cd5b 0.23 MB 514 37
321,760 321,760 00000000000000000fec162ce44a2eac5758a4af14fde6d858263c62a82bbcb5 0.14 MB 332 31
321,759 321,759 00000000000000002441039aca458cfd9b5c268021f8f2aa37e3b3614847bc14 0.22 MB 500 30
321,758 321,758 00000000000000001d0760abd9c6cafc11185ccf200771b5bae70eb2cf53699f 0.16 MB 340 22
321,757 321,757 00000000000000002112dbcdfcdc62ff8fd327c846c8381761cb589502be1f49 0.01 MB 31 34
321,756 321,756 000000000000000020155f1207476d17a8a7d337edc8ec84b4d8a7d700d7e633 0.39 MB 770 31
321,755 321,755 00000000000000000af4e37744c1f3a868cdc878ee26f7dc6a57660e19556307 0.03 MB 68 31
321,754 321,754 000000000000000004bcc6344779f9c45259b2c53e0c40b49276bbd38c804e69 0.18 MB 242 41
321,753 321,753 000000000000000019d70b27abceb48da8246d31e9efe040f8ef6d08036c0d26 0.30 MB 482 28
321,752 321,752 00000000000000001014b30bbf3a6da1803c08b45eb8158f0b75c2efba6ec762 0.30 MB 558 33
321,751 321,751 0000000000000000188a62f1d9c6e6219498339806a3de892418f2ea9be0aa43 0.01 MB 17 38
321,750 321,750 0000000000000000240a4480fe2cacfa1b3af76b4af6c32701768bae4746e48d 0.19 MB 439 24
321,749 321,749 00000000000000000454bfc4384cb08f923bb9339cbe8f794c591ee6edf171c5 0.03 MB 51 19
321,748 321,748 000000000000000009faf4310194c22202733d0006f542c41e6275f28516971c 0.35 MB 715 31
321,747 321,747 0000000000000000190af3fb1f9e591a54d8400226ca9a3307415c879e2acdd3 0.02 MB 53 16
Previous 10 blocks ↓
Total Size: 769.35 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,643.46 GB sent, 94.68 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.