Memory Pool Memory Pool Refreshing

3,828 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,661 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (649,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
258,543 258,543 0000000000000017b74ba3419a9a0f7e00a3c4a6cbef5625b76968099daab7a4 0.25 MB 589 112
258,542 258,542 0000000000000019bd4845d9d5b29aacd8083e36b27e8753b1c14d0a1506da06 0.14 MB 292 92
258,541 258,541 000000000000002529d7b915014d9c27a1d6e74ad7df0177ca51bc7b056e41d7 0.05 MB 112 52
258,540 258,540 0000000000000008120f8ed9eb9608275dfaad70a23ccd8636e78406bb742962 0.12 MB 317 510
258,539 258,539 0000000000000023257d52e3f74eb36b32e62f5edb3bbb2bfa9a8378141b1f19 0.30 MB 141 20
258,538 258,538 0000000000000003d260d556460af171b02c3eff512c0e63cdc2821862a75fb0 0.25 MB 272 48
258,537 258,537 000000000000000022fc10c285ef470484dc7632a6855cb2949b4bc07d3dfeac 0.18 MB 467 118
258,536 258,536 000000000000000fa6caa4365648493e9464985bd5e3730b9aa554224e1ed569 0.50 MB 959 527
258,535 258,535 000000000000001f7bf49fd9d543ff50d2e9199fbd808824549502e6a539d6e5 0.50 MB 1,144 98
258,534 258,534 0000000000000008788a0da5f772a585e59cb439f36ad0725c5b90226274990b 0.50 MB 1,689 961
258,533 258,533 0000000000000011205619aab90b274bc7026d0e8e9cdec5928ad3990020e1a3 0.35 MB 727 141
258,532 258,532 000000000000001fa0de9e8b50021a1e93649eda8251401f24514a5f7a3b5c65 0.25 MB 590 135
258,531 258,531 0000000000000001312aa24ac25e803c9986abb50a58620140ceec6328e63dd5 0.25 MB 659 153
258,530 258,530 000000000000001281d561671fd0096c1292255856e61af33aa29b22d7ad8e93 0.25 MB 743 181
258,529 258,529 0000000000000013a3237848240cb89c46c0f7b358add97e683cf5eb9e3e9602 0.25 MB 487 113
258,528 258,528 00000000000000149eedbd95870d68e4b68790b69d6bd05200505426f25393a2 0.25 MB 759 197
258,527 258,527 000000000000000bb03d90562635c39452573ceaabee1c8dcc20e66d54aceaad 0.28 MB 712 760
258,526 258,526 000000000000001d2fb6652ee6d72bf484978fd14c20326459f09ead49619841 0.25 MB 656 155
258,525 258,525 000000000000000f9da8e29be6ba8b905eb8ba774cf289a5eca0217315547f56 0.25 MB 677 325
258,524 258,524 0000000000000009fe490bcf6ac13456af943632a4f94783a438b8b1f5ffe8ec 0.25 MB 608 564
258,523 258,523 0000000000000022ee8f8ddca7dc015a3445229183fd6e9e1a97448dbdd03315 0.29 MB 746 467
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.