Memory Pool Memory Pool Refreshing

6,456 transactions
2.96 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 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
899,821 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 2,792 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,820 (599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,221 899,221 000000000000000000020b83107115ff5c682bd5c4467cb13fb765aa3c3e357d 1.45 MB 2,862 3
899,220 899,220 00000000000000000000e42275e90914b3dbe244599d357c8041a087adef4af9 1.12 MB 2,360 2
899,219 899,219 000000000000000000001e9dcd8867f19060caa4cfd3ef44f76355ea4831e7bb 1.36 MB 1,573 1
899,218 899,218 000000000000000000000ec0d5c59754523dd8ad23746bb16f0f79149777eca0 1.33 MB 2,072 2
899,217 899,217 00000000000000000000c5749935d98885e0cdefb02719d4a5a68263703028b8 1.51 MB 3,513 4
899,216 899,216 00000000000000000000d6092fb53d9a522002f04352bbbf4d123977484dcdcd 0.93 MB 1,550 2
899,215 899,215 0000000000000000000163244f9423d6d3211e3d4f2facc06b42b124f2b19ee8 0.17 MB 478 2
899,214 899,214 000000000000000000008bbfc670a532b9e193d1a6842ab34cad2dc1c4ee0855 0.23 MB 448 2
899,213 899,213 000000000000000000001b9711469501b042993a66f4c033a37183c6347ffd5a 0.20 MB 367 2
899,212 899,212 0000000000000000000013542b51f6a28e886bd02173c5cb9e1d2e0f64491464 0.71 MB 1,511 2
899,211 899,211 000000000000000000016df1ff76d7a1668c8a8a3108d0e1fd1445db4d3ff2a8 1.49 MB 2,281 3
899,210 899,210 000000000000000000015964f1a37cfad64cb53a01661fdc7c0fbabb6195ef32 0.97 MB 1,835 3
899,209 899,209 0000000000000000000125e28a725386a139f187429ad83ec220f01fb857ffd9 0.30 MB 509 3
899,208 899,208 0000000000000000000166cc4bce5770893193bce2f9e1d6e1f53cc6a32c3228 0.47 MB 877 6
899,207 899,207 00000000000000000000861b231676b054598021e85c9568240baada23010dfa 0.18 MB 514 3
899,206 899,206 000000000000000000021eb2ab790425f31f2537fcbd8885670e20ea12a26c01 1.13 MB 2,135 2
899,205 899,205 000000000000000000000a7e774b4e96b9a8002b9c9c5af933f87246fec7c300 0.64 MB 1,290 3
899,204 899,204 000000000000000000010d2d53688a5e289b0001e5a576af19fb8a58f28c3bf7 1.64 MB 2,161 3
899,203 899,203 00000000000000000001ff93ec61fc30dc9e32664e4e289c41be11d4302f7e1b 0.16 MB 385 4
899,202 899,202 0000000000000000000161bad4eaf25699b7384af3fcb544d331ae8ade744ce1 0.71 MB 1,295 3
899,201 899,201 000000000000000000001bb63ce8f19cff8c3acd18ca140a54c7177a85255b9a 0.13 MB 262 4
Previous 10 blocks ↓
Total Size: 755.68 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: 536.52 GB sent, 26.85 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.