Memory Pool Memory Pool Refreshing

5,987 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,791 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (526,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
381,189 381,189 00000000000000000a07750f73aa468a0725f16b7bef1913d699146e77d66bc3 0.25 MB 387 30
381,188 381,188 0000000000000000081a327a297ffe2026a7ce48875708032b23e0b203212cc1 0.27 MB 584 36
381,187 381,187 00000000000000000253da4ead4e1757526d2db1fcf9613b33122baa4e881c58 0.68 MB 1,234 36
381,186 381,186 000000000000000010a63c1dfc8e926c196575b38a811c89b3e60d192f867b7a 1.00 MB 904 11
381,185 381,185 00000000000000000f129646fb84bd023b1a56a2f433e9fed7a1df90f4c257fc 0.33 MB 370 23
381,184 381,184 00000000000000000e420b1ef52b4456c4a9e1941fd76676abacf97fa7c0ef0d 0.19 MB 403 38
381,183 381,183 00000000000000000879ebd17d96edcd8bfad783cac0a5da2d5c0dbe2d75c953 0.32 MB 659 34
381,182 381,182 00000000000000000d8f38e5eac13007eeb3cda902ead5a964fb5b284f715910 0.69 MB 1,571 39
381,181 381,181 00000000000000000ccbceabb712641ac33ef2af55fc7186a9da41131a8bde6d 0.77 MB 1,706 46
381,180 381,180 00000000000000000c6a87c29ab752d12b0f88533361211b9637b2f65fabca5b 0.70 MB 1,573 44
381,179 381,179 0000000000000000093a26a895a0569550ae6570aa8f9b8a7724c84ff106ae85 0.25 MB 504 32
381,178 381,178 00000000000000000bc0e3974ad561141b4ddae1da5ef220c5170f4640e4ce1b 0.25 MB 515 33
381,177 381,177 00000000000000000ab4432a8ca2da2cc480898bd44e8658b88bf61ad60c3735 0.60 MB 1,314 41
381,176 381,176 000000000000000007eb4f89fbbf0a61c6709509fe04af8f8b50dc2534ba6686 0.26 MB 423 31
381,175 381,175 000000000000000008ee91d24008458e0e0829c0f6fdf7fc5b212e38126fd0e5 0.09 MB 119 15
381,174 381,174 00000000000000000814c055271358feb13ecfe86b1041a75ed5e4e9ee0d41be 0.63 MB 1,419 41
381,173 381,173 000000000000000010110362a35c7858220cc3937624447a2c2be4557adba1da 0.00 MB 2 0
381,172 381,172 0000000000000000021226381e6206ccc285d696bd47bf651fd3805a297421c7 0.59 MB 1,166 37
381,171 381,171 000000000000000003fce9fffd13d351cd288aed3270a4069fd5f2896187b724 0.95 MB 2,120 43
381,170 381,170 000000000000000006a4b1f79ead04717281fa5b2facf709620ca58aa010d254 0.00 MB 2 0
381,169 381,169 000000000000000001eed12fa9dee8ef94da8784a6c04cdabc03ce7452930ba3 0.60 MB 689 23
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.20 GB sent, 94.19 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.