Memory Pool Memory Pool Refreshing

3,859 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (797,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,244 110,244 00000000000155ea6e489da79c74e9c21333465f1f913e44e4b3a421ced9c284 0.00 MB 12 0
110,243 110,243 00000000000166cee279e0c93ca4a211a61899694a508b17c8c5425b22892b8d 0.00 MB 8 0
110,242 110,242 00000000000048ebbcdbe8b9ff9ee9b7b73de40187cf176aa1a00370a1dd998f 0.01 MB 16 0
110,241 110,241 000000000000583f36b55d7236877d4ff66982732b6816959af4ee540cbf40c6 0.00 MB 11 0
110,240 110,240 0000000000014da15b0354176e949b185e5fb1bdb390051b3abe7c6bc8cce5f8 0.00 MB 12 0
110,239 110,239 000000000000e4f8455d8f5a909d4b875b3e57737aefae1956097706a600407c 0.00 MB 12 0
110,238 110,238 00000000000192a28083eb38fc36c6cf57fd8212ea3e851cde8c5659057e196e 0.00 MB 10 0
110,237 110,237 000000000000d82913e1973ccb7aea52e91d73f32712c95d9a20bc60030c3078 0.00 MB 12 0
110,236 110,236 00000000000111db60fc1119feb9d1efc87a33419783d4011df4ee817dac1a40 0.00 MB 10 0
110,235 110,235 000000000000c36887dca2460e2f3cefa78779ec1bafb987c6f92dd885c6a7b7 0.00 MB 12 342
110,234 110,234 0000000000018914ed06008b6077a9f2253261824397eb06903e38122ab4269c 0.00 MB 8 0
110,233 110,233 000000000000992ec8f1444ae24f9e03022325404bcd48588ec63b45f013789f 0.01 MB 21 312
110,232 110,232 0000000000015f9ea4394b472c7c2a61c9e142e28fe918c45479dbf259bdc954 0.00 MB 12 0
110,231 110,231 00000000000191422706b60fdf5655fd5e99e60a2505aac12af204ec641510df 0.00 MB 12 0
110,230 110,230 0000000000007b698ed9a1d2114eb656b2dbbde345930f282f1d97ffbb80ff42 0.00 MB 13 0
110,229 110,229 00000000000091c1daf82bd8d8e5a327b2cf5d33208fb2e44ecb8d1dde502efe 0.00 MB 7 0
110,228 110,228 000000000001bfce04a3dd73936d2a0a904d2660fd9cb18c84bdf6d59dedeb86 0.00 MB 12 0
110,227 110,227 000000000001bd842b3d576c6a77142143b151deafcb967d5d2fb6b166faf21c 0.00 MB 7 0
110,226 110,226 000000000000db6887851746b81de1bb929697dc5bde60235150c8dcfbc50b6f 0.00 MB 10 0
110,225 110,225 000000000000b9607d5707d83bc464f8f32bef066f0c32fbe19c882e2ec01b69 0.00 MB 13 0
110,224 110,224 0000000000018390658dd1b8a35fba1428500d07d9ecc449acbd58c75e4d6d7a 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.