Memory Pool Memory Pool Refreshing

5,139 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,824 (529,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
378,625 378,625 00000000000000000a14740fac424115f218ce47ba665e0acd1f8e8101ff1f84 0.39 MB 897 44
378,624 378,624 00000000000000000c0e05d2ec634bfd9e09ec2bf96544d9500d762c361ae6de 1.00 MB 170 2
378,623 378,623 00000000000000000ff078f978e069f0db53fa2916a9af8dd7a18f5c0f022824 0.28 MB 536 45
378,622 378,622 000000000000000006099679477884912896302e0cd83b8b0b955e7429995bb0 0.90 MB 2,194 43
378,621 378,621 000000000000000001fa1ff59430598a91229b9dc320a3d6342b18fa0a5e7526 0.75 MB 405 7
378,620 378,620 000000000000000006005459f46fed13a13da37480e9aac8e4211ae9817b31b1 0.83 MB 1,771 43
378,619 378,619 00000000000000000639a39185c462d33f527271c3cf71a6b6fe451818e358ca 0.00 MB 1 0
378,618 378,618 00000000000000000fa07d3e2e2729fa05d4bcf5cc339b3327702edaac3d757f 1.00 MB 798 21
378,617 378,617 00000000000000000e68af204a4e3e106f989c466621983446762b1331088357 0.93 MB 2,030 48
378,616 378,616 000000000000000010524b3765cd5605c94ddd211661d1809730e6a478760ebd 0.00 MB 2 0
378,615 378,615 0000000000000000085a8e6ad1dfbd1984172f301f83a1ede89456446de26503 0.15 MB 190 26
378,614 378,614 000000000000000006ea64ebb385a25b10a9a1152d4da1305595b125d78599db 0.25 MB 107 7
378,613 378,613 00000000000000001046d3a3e853bf37d068e73e544d9b49262ae2a2afc8b3eb 0.49 MB 1,119 49
378,612 378,612 00000000000000000b228bcee10defc8360566ac4892467bf79173ed815dbd6b 0.75 MB 1,269 26
378,611 378,611 000000000000000010a234a13cc22c6820515123c54e81ad4f0677b7485e70b3 0.54 MB 1,116 26
378,610 378,610 000000000000000009617b7a75b3ed000e907f076230ee0743fbe7ba5477d2aa 0.62 MB 181 4
378,609 378,609 00000000000000000d637ae7551f6771346aafd8e07c0c9dc41fa3021eec4078 0.75 MB 2,041 67
378,608 378,608 00000000000000000092e4b205c394eb9060e7022180563b3afef3ae0a122489 0.59 MB 941 30
378,607 378,607 00000000000000000cd8149d31251787aea80d1c786144ed978673ee0bff4dcd 1.00 MB 2,218 40
378,606 378,606 000000000000000006db7ebc68eea2a35b8d05827d131fb9959f2782c1d4eed2 0.99 MB 952 16
378,605 378,605 000000000000000011c54c3f4e1a053509d193221c0ca237da09a813dcbfecf9 0.57 MB 1,404 41
Previous 10 blocks ↓
Total Size: 769.21 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,634.51 GB sent, 94.00 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.