Memory Pool Memory Pool Refreshing

17,557 transactions
5.65 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,769 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (94,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
813,305 813,305 0000000000000000000241e755cb2f0ecc75ee89c67a736c244df6289bc73506 1.43 MB 1,811 9
813,304 813,304 00000000000000000000d967325b68782e1a3f778f827ca0b5f90b6278686370 1.36 MB 1,445 6
813,303 813,303 00000000000000000001d61b3c3a6069124dc30f6d230088686f234aa225d564 1.63 MB 3,329 19
813,302 813,302 00000000000000000002bdb7d0ecde745b817e729903be0799b44a738ae2773e 1.43 MB 1,361 7
813,301 813,301 00000000000000000002da29588df136f91086fdf293bc60913680b919c01d6c 1.78 MB 937 6
813,300 813,300 000000000000000000024e21735b6acfafa9d2ccdf030bed22526385470ced67 1.56 MB 3,049 15
813,299 813,299 0000000000000000000350403bf59bec1d151216a5659310d165d849fbdea014 1.49 MB 2,841 15
813,298 813,298 0000000000000000000041d606995405a8085a086c822a020acf64a6eee4754a 1.47 MB 2,110 10
813,297 813,297 00000000000000000003936062b9fb14ec7e8d938426b832be1f5f404834d557 1.48 MB 854 5
813,296 813,296 00000000000000000001022c61647df2b2eda584757add2f7a77dd5cf4ae3ddd 1.65 MB 1,124 5
813,295 813,295 000000000000000000013e5e76ca8c65a2e38e61900ade0b5aa98db57ddb7442 1.27 MB 722 6
813,294 813,294 00000000000000000003c6446b58e3a394f1d78c8ef0d0ad27447e0f665edec6 1.68 MB 2,068 11
813,293 813,293 000000000000000000028e1caf6a4660c49bc8edc560bc313a19b9d9a531081c 1.38 MB 1,140 4
813,292 813,292 00000000000000000000fdfe5061976a4982c6ad57467561c65d0dc02d0467b0 1.39 MB 829 5
813,291 813,291 000000000000000000026afb794fb3b102b6d72c27c971a4b195cb86b4eff88a 1.58 MB 1,152 6
813,290 813,290 0000000000000000000280b26a28b799c3315c3817ce8748133bcef2209c51ee 1.32 MB 1,473 8
813,289 813,289 0000000000000000000268f82b93437eb33909c02d2b7cde813b1374a5ee2b88 1.44 MB 1,423 6
813,288 813,288 0000000000000000000084a0ba5f41904ecadf89687f3b266633d0ea9f33f4bd 1.32 MB 1,727 8
813,287 813,287 000000000000000000016ee4032854c37fbbeabdea302a2b3390013179694c41 1.69 MB 1,358 6
813,286 813,286 00000000000000000002db9850ec1aa45deb59420032b3a3639ccd1fec71c913 1.43 MB 1,151 5
813,285 813,285 0000000000000000000310ee1756223adef6dd64f61dee67fb0622d2517ec134 1.49 MB 1,709 7
Previous 10 blocks ↓
Total Size: 769.02 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,624.21 GB sent, 92.99 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.