Memory Pool Memory Pool Refreshing

607 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,543 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 604 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,542 (842,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,078 66,078 00000000071d13a30a9c48df2d6e63d26e6383a9708d390758abb0a7325233aa 0.00 MB 1 0
66,077 66,077 000000000a49a392c994d67c7cf6dfefb4db4b7bf837322f7ff5c21953199c46 0.00 MB 1 0
66,076 66,076 000000000634d891921bb447d745db74c5f7636529e86b8d3d076360b18e22d0 0.00 MB 2 0
66,075 66,075 00000000019faeea92c03ddf7b9c5415362efd75645b153e856bf973311a4a0e 0.00 MB 1 0
66,074 66,074 0000000008192d2b074dea6625867631f4c0d6c8129d3110d52661d0c2d9a5cc 0.00 MB 1 0
66,073 66,073 0000000008e0415e661bfb861fbce756536804a2e24027fb00ef13111e857fd7 0.00 MB 3 0
66,072 66,072 000000000415684e9d388a7275a9c3707b40e1faf7fb6f4e895902c5150fcb74 0.00 MB 1 0
66,071 66,071 0000000005a1f174aebdc8b51dedcab434ac63ad3b07100619eff174f60830a6 0.00 MB 1 0
66,070 66,070 0000000002553a0eb07d69aa30e3ed59cb47a2137a90da9b82b987dd72267409 0.00 MB 1 0
66,069 66,069 0000000006cfdd6a4728f84da13085df92a1b824661cae1b3e291255ff5311c5 0.00 MB 1 0
66,068 66,068 000000000648c52578d7351c743f42618da189413d4b29b704ae1ce8df39bb4d 0.00 MB 1 0
66,067 66,067 0000000009e6e9695ece4958af72dfb0df86b47fd939e762846fde2d3cb8b99a 0.00 MB 1 0
66,066 66,066 00000000071300a6129451a28ff50ac1a9bd4efd1946cf747950b76d76da3a58 0.00 MB 2 0
66,065 66,065 0000000001540dd8ac2aaee5f4d7792743e03ddd230462d97b120941548d5788 0.00 MB 2 0
66,064 66,064 0000000007038bb9f88279fda12d4cd271c12f350e9d3b1c5763895295750e1a 0.00 MB 6 0
66,063 66,063 0000000006b05af800cf20aeba2e6c947bb571fee8baa132923c683a1ee165bc 0.00 MB 4 0
66,062 66,062 000000000621f2bec1d91deada44903f308c8e1acee021fd31d303e1b66550bf 0.00 MB 2 0
66,061 66,061 0000000007e9426df14949982ba0a5099ddc76341c7e297c4badd75fa57bdb58 0.00 MB 1 0
66,060 66,060 00000000066fd10237c23cba78a10a568421a7cd1eeb780b7301915991694849 0.00 MB 2 0
66,059 66,059 0000000001ee5360f7b0fc061d42f9c62b68beaf641775944362d1ca640b2d20 0.00 MB 3 0
66,058 66,058 000000000608b4e2aa379ad82930b4214b682eb330a62414172b11b35ef188dc 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.70 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,842.85 GB sent, 100.49 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.