Memory Pool Memory Pool Refreshing

8,784 transactions
3.96 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,995 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (8,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,229 899,229 00000000000000000000e1592158e893a2a1b4024d081a54d4ff950499d55e57 1.65 MB 2,043 1
899,228 899,228 000000000000000000015e3c04f161990cc355492a920e0a2e6b5f373713a7db 1.33 MB 1,845 2
899,227 899,227 00000000000000000002090434cc11c0acd66e2f067a3b7b75dccce2e1ec2bf1 1.56 MB 4,133 4
899,226 899,226 00000000000000000000eb762359f669dff19af0e4da4ae836e74e145b89139e 1.32 MB 1,853 2
899,225 899,225 00000000000000000001a0b99df18e23a8f52c6c2df94971f8ba4b1dd51c7d46 1.26 MB 2,580 2
899,224 899,224 00000000000000000001a474c35953308d0fa7e318aa60fe1827841e9e73d4dd 1.48 MB 2,542 3
899,223 899,223 000000000000000000022ac763af140ad1e5ae1fc6607fab6f1030956a329af9 0.27 MB 495 3
899,222 899,222 0000000000000000000114f602a8e4651c5eb7154320ddf9f4e11b62d61a20fc 1.18 MB 2,848 2
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
Previous 10 blocks ↓
Total Size: 769.17 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,633.29 GB sent, 93.78 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.