Memory Pool Memory Pool Refreshing

58,774 transactions
31.36 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
877,721 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 2,539 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 877,720 (44,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
833,510 833,510 000000000000000000027e234f982e70a1f510417a370d21c63ca8df99ee4d74 1.99 MB 1,130 16
833,509 833,509 0000000000000000000074b653a1d592116871d1131c57534ca9e71ef054df94 1.92 MB 2,507 23
833,508 833,508 00000000000000000001799fe8599393a880675a0a738b5ad9545a877fd70a12 1.84 MB 581 14
833,507 833,507 0000000000000000000053d79ac316e23a39131f443f07ac2d64fa48b4fbfa06 1.97 MB 1,041 16
833,506 833,506 000000000000000000037f55bd19e6c0020622881aff013b2113afa9b70f4657 1.84 MB 1,485 18
833,505 833,505 00000000000000000000b3740127340590c5173306f465668e032088383e54a2 1.99 MB 3,061 21
833,504 833,504 00000000000000000000865858f251821db078b41e5387b6ff70c66184b9dad6 1.83 MB 2,705 33
833,503 833,503 000000000000000000022165d928717c861be6c3dfda23caf691c219738cea2b 1.93 MB 2,547 28
833,502 833,502 000000000000000000021adbff1ea93a733a2a6ff4055f0a5775250b12c6dd18 1.94 MB 1,156 14
833,501 833,501 000000000000000000026c45af9c70c3b3399d60cfb377e67859f57a567e112d 2.04 MB 1,860 22
833,500 833,500 0000000000000000000139a6a9f69d3e1db5837877bb2879143f4c3a9cf642a2 1.98 MB 1,702 21
833,499 833,499 00000000000000000000330f4ff6fcb5ec47b121140702522a205f8b9df4967d 2.19 MB 2,248 18
833,498 833,498 00000000000000000000431044358d6620b288fbf45f987d0f43c2da2a9319a6 1.69 MB 1,212 19
833,497 833,497 00000000000000000001158ab1fdbde653f95f4117da5798826a098430d750b0 1.61 MB 2,125 18
833,496 833,496 000000000000000000025881395832c0f205b0b0afc683d3536991824f0ddd75 1.97 MB 2,568 21
833,495 833,495 000000000000000000003321f7d6354e6217840070b4a2c4ea69be4575f48386 1.66 MB 3,642 30
833,494 833,494 00000000000000000000ea2c180c187f8108544f3021f0faa401ee0af500b296 1.62 MB 2,887 30
833,493 833,493 00000000000000000002adabac492f7c3bfa9f6050e2704d91011e4bb7968a86 1.86 MB 2,602 22
833,492 833,492 00000000000000000000634eb854484e2ddbd107cc32ffe1c669c6f8431c71c4 1.72 MB 2,901 31
833,491 833,491 000000000000000000035726e35d6fb3d917610ed7ba2909496419bdbad7b2f0 2.16 MB 1,213 17
833,490 833,490 000000000000000000007bd30d02348ccdae9c8283004e5a1ae290f667ff9658 2.06 MB 2,396 21
Previous 10 blocks ↓
Total Size: 713.80 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,154.00 GB sent, 33.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.