Memory Pool Memory Pool Refreshing

3,516 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,649 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,518 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,648 (862,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,726 45,726 000000001d382872a96484b20d35fe9b855b5744b25b7ce94ac1030ec88ee6d3 0.00 MB 1 0
45,725 45,725 00000000380b6e02bba3566714646bb588b08edb4bdae27fe8a0e1ecabab35a6 0.00 MB 1 0
45,724 45,724 0000000033bcba405e16bb1d74c3ea2a115598e0a815290fac9b393ea385dd6a 0.00 MB 1 0
45,723 45,723 000000002f5b6c3e8520b09ff878c9400bc781ecdc9f0d4d038e0e4adf950124 0.00 MB 1 0
45,722 45,722 000000002dce26b419cb18f2251a11bdeb27a0d0a6497c6b94f1c089a87a7876 0.00 MB 1 0
45,721 45,721 0000000035c8ae7d88e38d255f5589b9fa4ce9f2550e5871992cc01b0cd38d56 0.00 MB 1 0
45,720 45,720 000000001eea95598b65ec6c41463987e82c1a27a33c96b4dd9969dd786f1728 0.00 MB 1 0
45,719 45,719 000000002c3cc27b75a6d1c0ab51e66488c3967de0806e5ae4ebf18a8bc4ac9c 0.00 MB 1 0
45,718 45,718 000000002dc18e1020fb7ffef75bd4933d3a36c074f038a0907d6eb3b3b68254 0.00 MB 1 0
45,717 45,717 0000000001d05488958725fe24379df71d964b6a15207b8e63132a9b2ac2f0f4 0.00 MB 1 0
45,716 45,716 0000000036634fd67e735c3e5e2193068a13c3e64f2068fc769b33f316bf13a1 0.00 MB 1 0
45,715 45,715 000000000a146b487d703e6dd5b2c97cdda421f476270c353cce16a25976b2ea 0.00 MB 1 0
45,714 45,714 000000002ed6dfbde1b2ce8b6886b7ae5c88a838c688ca9ecb7abdd43fb95ef0 0.00 MB 1 0
45,713 45,713 0000000013602a46681bd31ba893223653c8e82f24197563f242c196fc1f4462 0.00 MB 1 0
45,712 45,712 000000001a26017138f350b7ad60985042e66b99bb9dc25564735333e42c199a 0.00 MB 1 0
45,711 45,711 000000000b56f9e83d0da58c1726187d096771312be04a0b6007c9aee9953dae 0.00 MB 1 0
45,710 45,710 0000000003a3635273c160a51baeec0cb131f8197e98b025a200b300feb23de9 0.00 MB 1 0
45,709 45,709 0000000024d248a791e9406ccaad199fa2bdd58b0351bc2f866ccc5bba8601b3 0.00 MB 1 0
45,708 45,708 000000002769777862627e74463dd75fd91756de93d2b3002d5fed3d369d55e8 0.00 MB 1 0
45,707 45,707 000000000881d1fed82783ca927b3869f3bf5fe250ae7fbaaa378afa17bea86c 0.00 MB 1 0
45,706 45,706 000000000e1a645cbd735d106c9d54853d1c33840e4c50ee4f66b3d8f9458290 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.90 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,851.43 GB sent, 101.44 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.