Memory Pool Memory Pool Refreshing

7,818 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,846 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,230 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,845 (713,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,326 194,326 00000000000000db62ac3e2f2dff17faeab6324ed3819569b5b0c93fc204a1d8 0.16 MB 270 112
194,325 194,325 000000000000062dacb7bc5147f6dae38231ba1d730517aeb9aa645a75801303 0.12 MB 299 602
194,324 194,324 00000000000002950f2e1849d20b7d4e20331f3bb271ee1aacc8f5c3d00bdefe 0.12 MB 419 70
194,323 194,323 00000000000002dab57e08410b823c81abf0f6e66be0bb52757af210f540c442 0.11 MB 300 138
194,322 194,322 00000000000006b168559f1639fab652f5cae5367c3a88ee953e2f05eea83030 0.07 MB 212 148
194,321 194,321 000000000000013c30929dabcb28a9f527318c0077c975f2b1cfb78bdbae8b3c 0.07 MB 139 95
194,320 194,320 000000000000045fa49d6531eabf43a4f515b284dee245de138db8af4ef8c86a 0.05 MB 100 21
194,319 194,319 0000000000000405b246f42e4144bdceb4973c42f7d689a0f1b1d7a3e1f4344e 0.03 MB 38 78
194,318 194,318 00000000000002c2f89b6f3dcb9b95d0e121362bed254e6651b38a9eacfc5f24 0.08 MB 239 146
194,317 194,317 000000000000028059fe1dec50a2a8d51099b8f2e60902f01410a919fdb6e87c 0.25 MB 592 129
194,316 194,316 000000000000011d59c04f16df9f874e0b60d582524a4ff9097f740604725577 0.06 MB 190 37
194,315 194,315 00000000000002f50c65d1f777c77cf4ff31ab4a643e10566b4624b378710621 0.11 MB 211 107
194,314 194,314 00000000000006c39205235c2a158e6a95685cacd9237c6555ce22a5caa9c5b6 0.02 MB 46 121
194,313 194,313 00000000000001999c6052dcd6ae94599b2699b782809a6fda1dbf8eda097001 0.05 MB 113 37
194,312 194,312 0000000000000526aa0a6aa58590f515abe90520f3fb30df088a0dc9d46dd379 0.25 MB 656 1,757
194,311 194,311 000000000000076103e6533cedcb4b9d1a915d4ad1936b2e6c0b899ee0e0f216 0.07 MB 150 91
194,310 194,310 000000000000053d10394586e5344206008156077f863e04e0689ef8c575ac3b 0.16 MB 417 167
194,309 194,309 0000000000000543bcecd5ea0a3d307e8db252f3b1055aee23eb6719ded5a466 0.02 MB 34 85
194,308 194,308 00000000000002d35ff54e0fc050a3673d43b2d8346e30c0f9a1172ec7f4b0ff 0.05 MB 146 3
194,307 194,307 00000000000004b084d1da6cd12d73443722fbe168b3f8ccab93e3265aa59c84 0.11 MB 226 107
194,306 194,306 00000000000005398e2fc8b3d25b081cffb0d2afacfa952f1fdd065101cc3a76 0.14 MB 298 118
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.19 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.