Memory Pool Memory Pool Refreshing

1,457 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,456 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (759,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,123 148,123 000000000000093272e0a33735911cc45fd8525ec921108da7eecf420127b696 0.02 MB 69 239
148,122 148,122 00000000000000ed5f892fbf1ac2014d078000f93dc87d0b3d596f2d45cb9e5f 0.01 MB 26 25
148,121 148,121 000000000000081a5ccbf25280747ae85b24b5700dba77b8b9897c3949f2f18a 0.03 MB 45 118
148,120 148,120 00000000000009d750732085b08d331f40c93692fbe78132ec56a9b1d654c273 0.00 MB 6 915
148,119 148,119 000000000000073c3edcf63f199f50881f222dcfe0fa718e82bc4d6776cf3ab2 0.04 MB 110 65
148,118 148,118 0000000000000698674f37434de5acb411842cfa8d30a4be9bc347527eac4d25 0.01 MB 17 492
148,117 148,117 00000000000007d474b26896b453eca29b8ee209ac1f2871fee49d16f3bdf88a 0.01 MB 30 82
148,116 148,116 000000000000071546b7345db1f55918915f0d35ff0e18c2ad598b33d80741b2 0.02 MB 32 388
148,115 148,115 0000000000000729d56b9a6441974aed800406dac275d618294848ad7af31b86 0.00 MB 11 69
148,114 148,114 00000000000001389797c6ae5babaf898bcb3f96e3766a203f76784715569a2d 0.01 MB 27 16
148,113 148,113 00000000000006c111286d290cafc8540251d3407f2d8664b7f995035478da1b 0.01 MB 19 141
148,112 148,112 000000000000045f195da9766436d784eecc6c771fd35715f3bdf63cdecb3015 0.01 MB 31 143
148,111 148,111 00000000000005fa7bc0ccc5ea557edd2192c892b16097cac040caa1005adb0d 0.04 MB 100 114
148,110 148,110 00000000000004197308dad941ca0cdc7b4b5e101568e967fce3d682c81586f8 0.00 MB 5 2,250
148,109 148,109 000000000000038a66d61f46060bbcbd718a0ce74a0f13be97b7b864f5ecc750 0.01 MB 35 141
148,108 148,108 000000000000019ee6cd7340d321e88db8d6e5e3ff57a31ea4f856f35c609504 0.03 MB 33 92
148,107 148,107 00000000000008256579bb4772fd72db069440a2239c9b405470636e2657ae16 0.01 MB 25 147
148,106 148,106 0000000000000813ca8e0a91b1e6337f480ddfd512995a6c2ac1c40964a54a90 0.02 MB 72 98
148,105 148,105 0000000000000744124019ae7a10afe45c241fc7c881df95bd77f5021b426481 0.04 MB 74 307
148,104 148,104 0000000000000457fcf80d10babe13f3c54bbfebc8606ad2843d05678f066f2a 0.00 MB 10 61
148,103 148,103 00000000000000635791aad09957057115a510a171079d1993e7e606d116d129 0.02 MB 43 293
Previous 10 blocks ↓
Total Size: 769.14 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,631.95 GB sent, 93.59 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.