Memory Pool Memory Pool Refreshing

8,275 transactions
4.24 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,090 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (534,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
373,310 373,310 0000000000000000079c045aa602c9e0096837645f13319f1f4aeb9edfdff5de 0.45 MB 805 34
373,309 373,309 00000000000000000521efa5929c09d21552410074542e00915beff35e710731 0.72 MB 1,284 34
373,308 373,308 000000000000000009a9b4c62a2269a9815e17fced4955654caf1b11c5102664 0.75 MB 365 14
373,307 373,307 0000000000000000051e2b55892ae281a0508909bf65fcbb9bb705419ed74a71 0.79 MB 299 21
373,306 373,306 00000000000000000d7e854c02451605ab2b589f23c9fdfcdfe814c3fc3215c5 0.90 MB 308 12
373,305 373,305 000000000000000007ab4a5d1508ca3fe2095509e7c5cbe2a40f0b6d445cada1 0.75 MB 1,513 40
373,304 373,304 00000000000000000e8afb4739407f13cbef6a9e5fc0f7644cf0bf2e371aaa7c 0.03 MB 81 47
373,303 373,303 00000000000000000bbaf22a4ff2d46bc9ff3ba74dcb55dfb86dad3e49262513 0.86 MB 761 18
373,302 373,302 00000000000000000beecca4c136f9659bdc6a4d2673e90cbe9589302f3ee9f4 1.00 MB 2,292 44
373,301 373,301 00000000000000000644ef1690c66499ca891db7f1ec2d27e5fc0878fa0cf8d2 1.00 MB 2,680 49
373,300 373,300 00000000000000000afcff1a26f73c5f715a96d9e6c5f6ad8a6480ceb4b982c4 0.00 MB 1 0
373,299 373,299 00000000000000000946cd2dd14d8100857600f3c8234f2daf62b687e86ea544 0.49 MB 963 33
373,298 373,298 000000000000000000067583f7aa548b78031eb5514883669bab5d8f4c17ed7b 0.75 MB 1,503 37
373,297 373,297 000000000000000009386cb7e083568ec9a1a110ba348b35646038606661be12 0.58 MB 739 21
373,296 373,296 000000000000000004efb740ea73edf94cfc8ba0c5f286c9a24a362e8a18be55 0.93 MB 1,955 47
373,295 373,295 000000000000000012b075888ce01f78716b266e1e32f3667e378ff9bfdf2299 0.08 MB 123 39
373,294 373,294 00000000000000000055a5d69ff9ec17a50ba86c7a294192c64226c453d935a4 0.07 MB 114 31
373,293 373,293 000000000000000003efcaac876fa53e6da8cecc7e4200a7b907a5437e85b4fa 0.71 MB 950 24
373,292 373,292 000000000000000008944d02969dcde27ac5932dac4068406d90c3760824b616 0.51 MB 668 20
373,291 373,291 0000000000000000106a25ce5f494bd040a290bdfabcde452d7a362cb1b695fe 1.00 MB 2,241 45
373,290 373,290 0000000000000000015627f99e9c915ed7e0c22d6e204375785deb7898b17abd 0.56 MB 989 33
Previous 10 blocks ↓
Total Size: 769.03 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,625.81 GB sent, 93.04 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.