Memory Pool Memory Pool Refreshing

6,432 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,587 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (830,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,210 78,210 00000000002bfcfa20ab9262ce6d6f0a4383a5be25a8c30275bf5c033dcc274f 0.00 MB 1 0
78,209 78,209 00000000003fde6281a6749b361b04b48d4e509c872a314e6ee5e62616d67bca 0.00 MB 1 0
78,208 78,208 000000000008f9ff5a42609a3e1f2e5e4ea222fdc6fdb94961068a2015630772 0.00 MB 1 0
78,207 78,207 000000000068b50bc5cfd6a6664c627b6e0ab6462c02ad281c2139a68d5f4e6f 0.00 MB 2 0
78,206 78,206 00000000000800a416991e6925964d209d16769d2e84356c41d17ac26d555b92 0.00 MB 1 0
78,205 78,205 00000000005f3aea4d47d0448da823918ea05483a2d6543cbaf22b071e3c150f 0.00 MB 3 0
78,204 78,204 000000000012695d30badf6d40b709214b1bb0ec6d8f34fa873c24daf765c485 0.00 MB 4 0
78,203 78,203 0000000000090cb516bca009cf9f4babb5e256f28ed5c912cd68101b99f7c776 0.00 MB 4 0
78,202 78,202 00000000002afe8df63e8a74b466018d462580dc230233f3bb085334a5a8e22f 0.00 MB 1 0
78,201 78,201 000000000006655654adc861e36f7384b9574136d3debf3ef6897a843a3a70f1 0.00 MB 1 0
78,200 78,200 0000000000402ba878b088bc4f5076cf342aa70eef9fcec33f447f2709a1c774 0.00 MB 1 0
78,199 78,199 00000000001d236d76c0f0416c4938f228101aa7fdc0c582585a0de25e1524bd 0.00 MB 3 0
78,198 78,198 00000000006626fe4d173b1a2acbe90caa4d26337395e705645c71ed392a75d4 0.00 MB 1 0
78,197 78,197 00000000002363ade4e9c414b56560beb401a9b7f5cb62d0128fe03d671cadd8 0.00 MB 1 0
78,196 78,196 000000000069098458feecf50ad0607fca39031e79e1848098b666e50f5307b9 0.00 MB 1 0
78,195 78,195 000000000020d4801754fcdff49ee77078f4d463d5e697b9acd09461bdd14836 0.00 MB 1 0
78,194 78,194 00000000006011e7d6ec9ce9a7f0052a69d2608a17c734f5e73be6e08515c671 0.00 MB 1 0
78,193 78,193 0000000000583af5b903446940ed4b16bc7f64a2b991092a60e6947e5135dcb6 0.00 MB 1 0
78,192 78,192 0000000000545073a09e1f21ce5de5a9c2d41fd5703a425367e7dc68458bf15e 0.00 MB 1 0
78,191 78,191 00000000004f851c938e83e52cf0480700e1712005cd40997cc43b985ec22e40 0.00 MB 1 0
78,190 78,190 0000000000085ff1a37d14cc7a66c1597e3f7299156a58f1477148d24ab6f0b6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.07 GB sent, 100.76 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.