Memory Pool Memory Pool Refreshing

12,372 transactions
3.60 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (56,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,248 851,248 00000000000000000002db9c5ac0ee07192cba5f9ef5d83041b33cced410ce9d 1.57 MB 2,429 6
851,247 851,247 000000000000000000025e2d388eef8a70687a4985e7ff9123e24293bea11b7e 1.61 MB 3,940 15
851,246 851,246 0000000000000000000277f8438837432e3c70ceaf820e463fed5d9225db1e2e 1.32 MB 1,934 11
851,245 851,245 00000000000000000002712f3648961f0931bf8d5045b1bdbaee9e6a9617901d 1.52 MB 3,360 15
851,244 851,244 000000000000000000023f4d09f296503311fff6153846b1b1c6d42fd46eaa07 1.84 MB 825 6
851,243 851,243 000000000000000000001e74cc8ce462fd5fe7aa9bd64bf04e2c1275ed534916 1.46 MB 2,645 8
851,242 851,242 00000000000000000000b764146a38788440833c69ce46290e653b4b448b247f 1.51 MB 3,662 12
851,241 851,241 00000000000000000001beab5ee7952306ef65d0dc96a186ce3181203a25c09e 2.07 MB 1,027 6
851,240 851,240 000000000000000000015b8db850d4a5b820e927086dded342c9174ea2b9cfa3 2.08 MB 464 5
851,239 851,239 00000000000000000002c6346f6ea6937d9d2673b28d03c27a46f42c7bdad57d 1.62 MB 5,034 8
851,238 851,238 0000000000000000000368e9535bdb3f3eee1efd8e2d5e797b3ed2070e4cb593 1.45 MB 4,271 7
851,237 851,237 0000000000000000000365827f5a9b81092a59c5a2736c9f5230f139de1657e1 1.32 MB 3,062 9
851,236 851,236 000000000000000000003931d65788069f788c5ae10f45b375141e583d1f16a0 1.58 MB 4,307 13
851,235 851,235 000000000000000000030dbec8cdb0c51743b1db674d97480d97628786e9ee20 1.47 MB 2,680 7
851,234 851,234 0000000000000000000151ecc28f559d44dbe53f71d3838258d81262bde74815 1.50 MB 5,318 7
851,233 851,233 00000000000000000001607f930dca75f847eb3d6bf46d9f90a1ce516eeb2049 1.27 MB 3,473 8
851,232 851,232 0000000000000000000001220094e4c782519e94635cb75fcc5895024a52ff81 1.48 MB 3,384 7
851,231 851,231 00000000000000000003345f598bffb4a60b7fe7f894dfb04c16993775b1fe6f 1.47 MB 6,284 9
851,230 851,230 00000000000000000000e397446707bd450e9127c3456f8a3d5da65bbb1c8232 1.54 MB 5,653 11
851,229 851,229 0000000000000000000018bba6af38b7678b5781711c06fc54ac508a38668280 1.39 MB 4,288 9
851,228 851,228 00000000000000000002c801573bd1000c180bfafaecdc2519df5d8403ea147f 1.49 MB 3,439 10
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.29 GB sent, 92.90 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.