Memory Pool Memory Pool Refreshing

1,752 transactions (0.41 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,995 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,752 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,994 (874,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,987 34,987 000000005f9e479aaddd8ed83ac1190f2fe18a0295428bca1c875327d697b061 0.00 MB 1 0
34,986 34,986 0000000064c05b72481034b1254fab6e387016f19f37f376034b8d93454ebe44 0.00 MB 1 0
34,985 34,985 00000000922cf96f21993f8b62150ae62083d5f9e9fe1d20746f8b9e76600130 0.00 MB 1 0
34,984 34,984 000000000bb7d0cb2c2da38f037cc8bc6a074060a9331a88c2e2df19262528b8 0.00 MB 1 0
34,983 34,983 0000000050457f99fd7533dbf1608aabb1c1b95d00219f4fc7ea3e145e3c8e7e 0.00 MB 1 0
34,982 34,982 00000000260d464cde5fad8df47ef3696c55f54df9132d42ee3532175e2d55fb 0.00 MB 1 0
34,981 34,981 000000002bfa277d28f40fe6c0a21d2e81bcbaa9e578eadf94c5d94956073b90 0.00 MB 1 0
34,980 34,980 0000000011aafcefb4e94f4380010fdb98c92ee91c8b1622a15604301b9384b0 0.00 MB 1 0
34,979 34,979 00000000a099f494f3727ebf4b39d05c9e10ae0ad702ba3185dbc3c9cef00811 0.00 MB 1 0
34,978 34,978 000000006196313abd7853586964f7d4c3efd5fca10a7475c13768cb81ec3e2f 0.00 MB 1 0
34,977 34,977 00000000b449b9544df69bea800fed6b068d0b110a0cabfc161c12838b40cd12 0.00 MB 1 0
34,976 34,976 000000001203c8ef077da419934573cfd8af33819fcc392eae63c0301b83d722 0.00 MB 1 0
34,975 34,975 000000005ba1ba2bec4d71eba5b0fb6a21728c5f603b1460c0f3a89b889b6d4c 0.00 MB 1 0
34,974 34,974 000000004dbc532e5bac2263c24adb6733b73b552685105dfd23bde4c957d17a 0.00 MB 1 0
34,973 34,973 00000000b8157024f768a6a70dc33f41e2de281e77789480670c2d7632ca502a 0.00 MB 1 0
34,972 34,972 0000000090492620299d6a22fc3a22b9eb953b640ee718a99f916917be4363ba 0.00 MB 1 0
34,971 34,971 0000000056a6002c3ccf7e285669f09071a276383bdd3ac5df1a48333c15e110 0.00 MB 1 0
34,970 34,970 00000000a6197b51ffa6454aa1cefc0e5c37f7ad801b90ef038a5f4b950c8263 0.00 MB 1 0
34,969 34,969 000000006cb36bd975b640981da72c656f305fd10904abfd25d9d6dc3f7aa8cc 0.00 MB 1 0
34,968 34,968 000000002567a4d27cc6fd526cfe0f64c492ed1b5a7663ff979b3a956961847e 0.00 MB 1 0
34,967 34,967 0000000044a467fbc3ce298f68b072b55dc20a522d61feac750c053090c6380f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.54 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,867.45 GB sent, 105.10 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.