Memory Pool Memory Pool Refreshing

702 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 693 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (150,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
757,159 757,159 00000000000000000008706859d0b3e6ca09ab43a879df2c4981764d857ecf5c 0.11 MB 202 7
757,158 757,158 000000000000000000053ae96274f12ab6cae4ee9293060a55f7d49f417ffe4a 0.44 MB 212 1
757,157 757,157 00000000000000000006a9505786e188069ae7051d411c124d301fc679e057cb 1.64 MB 2,157 10
757,156 757,156 00000000000000000005f07153f7f62123f9f956c48a4c9e418cb1ad94a7bcc1 0.56 MB 978 8
757,155 757,155 00000000000000000003359b8121f5e366a4dc94f635a4bbf39ce395e1047c87 0.60 MB 935 7
757,154 757,154 000000000000000000056aba36b5f6aedf5581c437d99ea32172d1d9e3786afa 1.13 MB 1,601 6
757,153 757,153 000000000000000000061a8a72a7384c84a1c60ef6a732990f21f582dd837a37 0.12 MB 312 8
757,152 757,152 000000000000000000062206fa4790fd640a3d0d57e9f168a2b04192fbed8a5b 0.60 MB 1,151 8
757,151 757,151 0000000000000000000244c5c5d593e37d6e0780ce642597658114656e240a16 0.13 MB 124 3
757,150 757,150 000000000000000000053b6f8b12ab7ecbc21a95793219d33b5c13a109af4cac 0.55 MB 603 6
757,149 757,149 00000000000000000001290c3f1683bf74d00e4aed4cb1540210a38f1026bc88 1.32 MB 1,319 6
757,148 757,148 00000000000000000004c1922e59aadcbcafbf32730d44285ae8c18d49a7b78b 0.89 MB 1,532 9
757,147 757,147 00000000000000000006b8ad07024b119a56f6dca894565158d6544174f6eb17 0.62 MB 1,035 9
757,146 757,146 0000000000000000000454f17d8c9cd84fe3f0099e5a9930a32ccd29b4f535a2 0.10 MB 241 7
757,145 757,145 00000000000000000008de1e7b99c8fe384a896dfb8568237e76109120db0227 0.48 MB 752 8
757,144 757,144 000000000000000000048b7d3b24eaaeb586448c384dca689f6eade808a3708c 0.95 MB 1,837 8
757,143 757,143 00000000000000000003c6c6dbb2d7d308496c9e325f6e89f2c64adaa8a852a3 0.19 MB 334 6
757,142 757,142 00000000000000000001fab72feb20bcc31eb094d6472dedaa237f795fc2d641 0.09 MB 240 13
757,141 757,141 00000000000000000005fa9e6d5deb19b938ef412e569d281179ae7c14afa505 0.26 MB 530 7
757,140 757,140 000000000000000000069ef9c4f5424e08357b17aa65a31ba3b02b101bdff7d7 0.08 MB 224 8
757,139 757,139 0000000000000000000888362eb3a0ea3976965362ddc0825313d5379e5b23df 0.38 MB 712 7
Previous 10 blocks ↓
Total Size: 769.15 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,632.62 GB sent, 93.63 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.