Memory Pool Memory Pool Refreshing

8,892 transactions
2.95 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (782,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,975 124,975 000000000000173f044f92169b396a75854430638c5412ecb8cde3100f12c80e 0.02 MB 15 289
124,974 124,974 0000000000001b5c91b2fa929873dc3cf58359361c172ead59b4bcc3773bb19a 0.01 MB 13 749
124,973 124,973 00000000000024fd84feadf3d1b670358696f7befd7a64add3ebf152b5a9c378 0.01 MB 38 0
124,972 124,972 00000000000000bf435afdac0d3dab89aebcc98ef7e9aa0fb62e4cb4590b1a07 0.02 MB 38 321
124,971 124,971 00000000000032d782b0cbb7ae8ea3c5f3125f6f2a5c56c979acace150cb132c 0.01 MB 28 477
124,970 124,970 000000000000698e94ff21ce28927122306478c396598a42004cf3f2fcd5efcc 0.00 MB 11 0
124,969 124,969 00000000000063639478296afbd854f67646035c34d9099f7a155bb629606431 0.00 MB 11 319
124,968 124,968 0000000000003820eddc852d222c018d8b875f8fd90060b3905d8e28616d7c9f 0.00 MB 1 0
124,967 124,967 000000000000387bb31a3e3cded8dd1898f909b97c05d2ad51e2663d12d70e62 0.01 MB 45 421
124,966 124,966 00000000000023463ceca1e2e88b8f5a5d3362b179442d4d22b8325198fa4731 0.00 MB 12 1,722
124,965 124,965 0000000000005b5aa6ee17c5d7f91dbdf713a34c012e1462af03f364547ad947 0.02 MB 53 589
124,964 124,964 0000000000006726ba3153a41d2b1978b742df65156d1879cdf6cae379d30b80 0.02 MB 36 459
124,963 124,963 00000000000003cfd0e61d0fd0924696aabb0f375db9126774f731d99beafde5 0.03 MB 21 236
124,962 124,962 0000000000001cb02ad67adb1b2890d4b01fbdc32832e432240512a4b2f8156c 0.00 MB 12 519
124,961 124,961 00000000000034e7b77283ba0ece41ed8589de73cb8eb13a2624f83725433b63 0.00 MB 13 882
124,960 124,960 0000000000001c9482d6894cd585162d7316071c8d5d805bb47ec77d86b5dc80 0.00 MB 3 1,123
124,959 124,959 00000000000032ce72589fc95c454fd71f03739bc5784587e5f9ef23941f4fda 0.02 MB 32 430
124,958 124,958 00000000000033e2bdebe68d3b49979b5b0337b53b33afb5f232f7d30778c570 0.00 MB 15 610
124,957 124,957 00000000000067e1f5b3d34d5a9d362e09c149322a3314467a3a37e16eb97326 0.04 MB 81 84
124,956 124,956 000000000000432ea51f3c3b42cb9a0f7cddd577dbcaecae640c0fc537b6c90d 0.01 MB 34 3,161
124,955 124,955 0000000000001ab693d8f55d74f175ff862f2e1cdec393c51200886ffa0fcc74 0.00 MB 9 633
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.