Memory Pool Memory Pool Refreshing

8,305 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,333 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (746,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,506 161,506 00000000000008276f49b7a77c8017ec25376bc6bcf9e536cbea792741a3a70b 0.02 MB 47 130
161,505 161,505 000000000000040b922fc2bf14fc27356a591296b7cd03b0713362ea218351a2 0.03 MB 45 16
161,504 161,504 00000000000007643b155e93c4a62ad05847ed52bd4b423b0c18432f9bc1837e 0.05 MB 65 245
161,503 161,503 0000000000000d26551d4d7aadae0bfd1b9f0a9d9b532d1909b2c72ed7bc4b7c 0.01 MB 21 0
161,502 161,502 0000000000000b077a437ed7057270b9c023cda4f5d6c2f48252ff4490f6df1c 0.00 MB 13 32
161,501 161,501 0000000000000d2b1a8e4abc9d5cc12857526748258d1bb9467aaa534dbba9b0 0.00 MB 3 0
161,500 161,500 0000000000000203a51f4310b4a715a7fcc402c2e135970cac09d0a17a1b3110 0.02 MB 36 85
161,499 161,499 0000000000000111cf83735843efbe81cdfc90c68ae18f61f4d882a5ca8db326 0.00 MB 12 17
161,498 161,498 00000000000008d23d9ee49241cccf5f347c467f4b09e216f1cd0f7b2e4bf6d3 0.03 MB 39 32
161,497 161,497 000000000000040b366756a630d24647f168d4f2d79ba472a80d692c31e79bce 0.02 MB 15 32
161,496 161,496 00000000000006d06ed6eec9c306969fe4bf9f42fd8cc5ac745652bda22f226e 0.03 MB 37 69
161,495 161,495 000000000000060974e4ddcab8fb4ff747dfd50455cb2881bce3791ceea6eba5 0.00 MB 8 18
161,494 161,494 00000000000002c6347daaa192a39a9c86092a7dddee1f6edc841ffd35cef242 0.04 MB 98 88
161,493 161,493 0000000000000572f9ac64a684f54cc9e5b69b2daf1869477f915b95debc9b10 0.02 MB 31 7
161,492 161,492 000000000000010d95a447ae7ce2b2ff56c351af44f99b2f560aea83bdababa5 0.01 MB 10 29
161,491 161,491 0000000000000a4ce8b411667a4889d2823d671f872c39ea069b9e2698e5ae01 0.05 MB 89 56
161,490 161,490 00000000000005f2be4d2b210bad8a84b6d9c4756e6b86fff923467de9b587dc 0.00 MB 8 929
161,489 161,489 0000000000000a499dc3ddf037c5b3064c9f20388eef354ee71de37603134cf9 0.01 MB 34 26
161,488 161,488 0000000000000b9636a1f36bd4ae07e2fae5711924cfe1343e19a156d4ca1fae 0.00 MB 9 290
161,487 161,487 0000000000000258cf7d2142a5deae114cb0c23849c3633ab1f984ae0904520f 0.01 MB 14 49
161,486 161,486 00000000000007e320dcb7e350eca2deb12ef4d37968c082124e82c455d1b391 0.00 MB 6 756
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.14 GB sent, 94.17 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.