Memory Pool Memory Pool Refreshing

4,108 transactions
9.84 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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
882,207 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 2,660 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 882,206 (317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,889 881,889 00000000000000000000711de0a56c90e3bc72c444d310804aa974c41b423a53 2.94 MB 1,409 2
881,888 881,888 00000000000000000001b0aaf74263953604f8c8d3e5a00b2f122f0d8f5de5e1 1.66 MB 2,938 3
881,887 881,887 000000000000000000006d0f10282264790eaa4b1936b40b21ce60e1961f8715 1.59 MB 3,371 5
881,886 881,886 00000000000000000002576b1ea77917ab18ee4003751aa62a07e09d2edd187f 3.99 MB 2 3
881,885 881,885 000000000000000000011a4cda60427b842352edb1dfd3e6b818c4ae4bc6a68a 1.39 MB 1,284 1
881,884 881,884 00000000000000000000890cd048e1078396c5d82261110bac461069d09a9574 1.66 MB 2,323 2
881,883 881,883 00000000000000000000c90d48cd53a88b3ecfec63db815f4a479dabb7f6ca36 1.53 MB 2,190 2
881,882 881,882 00000000000000000001cb5f874970b9ca9ff01d3aa6daf91740d09dc8a1f62b 1.73 MB 1,198 1
881,881 881,881 00000000000000000001979e707e424a44846d2a933acc55be491b2a54fb2fe5 1.87 MB 438 1
881,880 881,880 000000000000000000008ce886afd87a7e258838e2066cb95cf2bc71d65a636f 2.00 MB 1,382 1
881,879 881,879 000000000000000000014a643727d7ba7067a03fe10b949f598ca75099b0f224 1.79 MB 2,715 2
881,878 881,878 000000000000000000014236c37a364f7d1779838168d3ebc6b1702a2db4d9a0 2.02 MB 1,291 1
881,877 881,877 0000000000000000000074ee07bd65ff1e7ba1748379689045e5a4052b5c517c 1.80 MB 1,439 2
881,876 881,876 000000000000000000025fdde0b9940dd91bfd51a479558d9dc62a6d640d46b1 2.04 MB 653 1
881,875 881,875 00000000000000000000e6810088882c161be01474b78cf435bf504f378f00b9 1.84 MB 2,669 2
881,874 881,874 00000000000000000001129dd197d5512439c1b07002675f2d108a1b3c29122a 1.93 MB 1,431 1
881,873 881,873 000000000000000000008202c20d8b943faed8d81d0406255d35d30170e5a62e 1.95 MB 1,468 2
881,872 881,872 00000000000000000001383cee38230348b206f712784a708a17271c1afe1796 1.90 MB 2,538 2
881,871 881,871 00000000000000000000ccfc3fff2e82cf55fc960af1866c6e831e6a91a235c4 1.57 MB 3,580 5
881,870 881,870 00000000000000000000b51311e1d3cc3b0e749994c42cf6526582450bae7136 1.59 MB 3,059 4
881,869 881,869 00000000000000000001f441e867603c2fb3e8e663474b2ea63ebbde7a2569ec 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 722.83 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: 2,067.74 GB sent, 76.75 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.