Memory Pool Memory Pool Refreshing

2,867 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,907 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,698 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,906 (746,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,525 161,525 00000000000008b08c3e99ffe23bb4e54bb48495c985802d37d2b4104ebc604f 0.02 MB 33 17
161,524 161,524 0000000000000880d7ace4ad0e5039d9cdbc057973452996d9758b658a9a7015 0.02 MB 44 81
161,523 161,523 00000000000001c0612ab5e9f891feda7325a7fcf97c601edd0196225dbccba5 0.03 MB 78 107
161,522 161,522 00000000000005dbac37d1698800c5ccde7ecebf4d5ae5b21dd143748534c775 0.02 MB 42 122
161,521 161,521 000000000000023ad5c596792c86975faef05c4c4fc3591cc7f059e1371ba991 0.02 MB 55 82
161,520 161,520 0000000000000cb784a7d82f9667e70155c99b2483935094a32d52f3055ad855 0.02 MB 67 96
161,519 161,519 00000000000009895298dfabab4260075fd837a008d3dd7bf1902bc31bce6910 0.02 MB 69 134
161,518 161,518 000000000000092d11c99b371039fe979a70b827f754d70c0db92cd48991079f 0.03 MB 81 33
161,517 161,517 00000000000005534376b6e0cab7ec966be146cd07aa3e8c731dc4f2a0fa5b75 0.02 MB 33 0
161,516 161,516 00000000000000449c1bfd10eb178edfcf0606290b71e452bd260fd09d63eec2 0.05 MB 55 370
161,515 161,515 00000000000009d57367f4637349d6f14216bc75494631beee3c24b7e5b3a36f 0.02 MB 54 0
161,514 161,514 000000000000009ee0ce272897f432c7a300137194401c5057df6fdedc82a604 0.06 MB 102 220
161,513 161,513 0000000000000239d3baccbd84bb84eaf6aeeab21229a31d93cb25d9e4967703 0.05 MB 70 31
161,512 161,512 0000000000000b60548b28b42b2675b0aed4920f80b2991c43fea1011dc7b812 0.02 MB 49 203
161,511 161,511 00000000000003e5553e476f2ac6c704fffc2ea7027353af28bc3182be555cfe 0.01 MB 19 8
161,510 161,510 00000000000002a19516294fc56d4e263f48bff1c055fdd82b8143d2d9dbe461 0.01 MB 6 15
161,509 161,509 0000000000000774f5ed71ccf1eb81cf47e0457ed692907a6eefdbd94e522e8d 0.03 MB 72 42
161,508 161,508 0000000000000007fc0d02fe4dc72d58254fe0cc8ec661588745837d731ea567 0.01 MB 13 110
161,507 161,507 0000000000000ad3497de587a5eb646f31e1a0a31075e9f230a8f5f3f6775687 0.01 MB 11 14
161,506 161,506 00000000000008276f49b7a77c8017ec25376bc6bcf9e536cbea792741a3a70b 0.02 MB 47 130
161,505 161,505 000000000000040b922fc2bf14fc27356a591296b7cd03b0713362ea218351a2 0.03 MB 45 16
Previous 10 blocks ↓
Total Size: 769.37 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.86 GB sent, 94.78 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.