Memory Pool Memory Pool Refreshing

603 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,767 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 589 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (593,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,434 314,434 00000000000000001f60f3155600fc9f9a5e19d96e3669de1e144d9b875b2d42 0.67 MB 970 25
314,433 314,433 000000000000000008ca55a5b30d7b3e41134289f593c82757227d7473e726af 0.28 MB 400 24
314,432 314,432 000000000000000022c4b39e297ff99472bf5a8fc5b7d18d7b736567d2638977 0.00 MB 14 26
314,431 314,431 000000000000000012bb917759b2eef82f61b2eabe73457593a50d80ee91c073 0.06 MB 128 26
314,430 314,430 00000000000000001c88eb9508817c56096e697ec19eea55c23140a48d3cea1e 0.12 MB 268 31
314,429 314,429 00000000000000001f8a4427c3de2dcbbaa33cd9db85ef471aee645a89bab72b 0.50 MB 874 31
314,428 314,428 00000000000000002aa9005779220088289fbf911d3c3c84d8384c2dbdf31565 0.06 MB 128 29
314,427 314,427 000000000000000031574a3b1ba9b0bb876058bd967eaabc18a668dbf006b1d3 0.61 MB 1,065 26
314,426 314,426 0000000000000000148a2de61e7a7c0931258b5d44e097de043db20a8815f325 0.16 MB 512 49
314,425 314,425 000000000000000008b48967cdc26ac2e5a490d11cb8caca904a6b4f3c893db0 0.03 MB 41 11
314,424 314,424 000000000000000035c366aff63bd76fe51b93a5d14555bddf1c91f56c33cddf 0.49 MB 864 27
314,423 314,423 00000000000000001ac52a49314f3ce6e7bbb88eb901c4dd29dc333bd736d4b5 0.09 MB 174 17
314,422 314,422 00000000000000001025004855174c20f1acca82437323a35175b496986f12da 0.11 MB 202 28
314,421 314,421 00000000000000002b4ae76bc40d611961f0486b7c319d1c8dd80ea36bd4655d 0.11 MB 180 17
314,420 314,420 00000000000000001d2ce2c5ab3283c39fb80fc740acb4252d147835d23da554 0.43 MB 796 29
314,419 314,419 00000000000000001ac7eb2a8b748109ca4fd4a114ecc8a9f073d36c97b8a4ac 0.43 MB 546 20
314,418 314,418 000000000000000010705ff1daa8d654319d835edec4d84879635969e9c4cb34 0.25 MB 730 46
314,417 314,417 000000000000000021b9b04e9a21ceccfc50210765fcc7a0efeca1675068519e 0.39 MB 678 27
314,416 314,416 0000000000000000322ba8d32c7c2e5bb1f36271435feb9d2c6aaf0b8790918d 0.26 MB 343 19
314,415 314,415 000000000000000012aa08038bd2519b51784cc4e8459409caf88608733fb479 0.75 MB 1,207 25
314,414 314,414 000000000000000034be919e52ea26f68be3655ac381696ab030748730e78d84 0.25 MB 570 39
Previous 10 blocks ↓
Total Size: 769.10 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,629.08 GB sent, 93.41 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.