Memory Pool Memory Pool Refreshing

647 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,894 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 647 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,893 (34,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,784 873,784 0000000000000000000046bdab557153b1370a0fd09e409ecc57dcf3c0f5bd7e 1.77 MB 4,366 10
873,783 873,783 0000000000000000000298deb691d686b409f93cb96596962d1c1a8d475d8661 1.72 MB 4,286 11
873,782 873,782 00000000000000000002059242f26697145ccad1d4b41cd819654f3a97563aeb 1.68 MB 4,444 13
873,781 873,781 000000000000000000009172d5a77723d2240c4bbcfdc3dac94a5a6a18d5a8b8 1.68 MB 4,365 10
873,780 873,780 000000000000000000001b0507a5351a0436f85fbee440859dd966b22472f486 1.33 MB 1,879 5
873,779 873,779 00000000000000000001ec306a189ac0e7528489d2a14cb760fac88c301acdff 1.32 MB 1,145 4
873,778 873,778 0000000000000000000102498f173c277cf23acb2ffc30c15ebc14542337fd50 1.79 MB 1,657 4
873,777 873,777 00000000000000000001035e99a137fb0001139a7775e877e8d7ba6760643d82 1.90 MB 2,862 6
873,776 873,776 0000000000000000000083574bbd6015934a3091ddd8635b1694d10cd3174dd5 1.49 MB 2,381 5
873,775 873,775 00000000000000000002aa7c4817e084b08886a1576765200a3be42eb12f5750 1.47 MB 1,787 5
873,774 873,774 00000000000000000001307a50f79cf706344ebd96ed3cd7e13bbc24512d9cac 1.51 MB 3,343 9
873,773 873,773 00000000000000000000d55945b5b04db2f85e1aacbb825fc94ccd7848cc33b9 1.40 MB 1,020 7
873,772 873,772 00000000000000000001278f02fa4e3a4fe2a1ad4385a8a73aa5032414c1cc6d 1.56 MB 3,811 10
873,771 873,771 00000000000000000000f5c4e214f5072193b65d3f8ba5eca20e5965345c694d 1.48 MB 2,337 9
873,770 873,770 000000000000000000000e878523793ec9038f2b1471d7b4d70f0827f9dca6b8 1.27 MB 533 7
873,769 873,769 000000000000000000008691861d2925b2b29fb37241520b91d5e59c05261700 1.20 MB 683 8
873,768 873,768 00000000000000000001daa3a39688de11c6081b081e614859ab5a6aa6b2c7b5 1.44 MB 1,525 10
873,767 873,767 00000000000000000000d84f8bf880e9f002331fc95d61bc13cccb829c70e4a7 1.35 MB 1,664 9
873,766 873,766 00000000000000000001e6d605cd3adf72d477d7efbf444ba0565a8c9be6b371 1.33 MB 1,901 10
873,765 873,765 0000000000000000000016ecc96640d83bc3bdbe13830ac29ec356ac97b9e17e 1.21 MB 953 7
873,764 873,764 0000000000000000000155c46e47269d7fd4d0ece35cc4bd1ec54ffed505416e 1.41 MB 1,360 9
Previous 10 blocks ↓
Total Size: 769.34 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.37 GB sent, 94.66 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.