Memory Pool Memory Pool Refreshing

497 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 489 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (122,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
784,974 784,974 00000000000000000003db494ba7be4ede408f6ce8ac2d9ed35d94ecf72f1927 1.70 MB 1,791 12
784,973 784,973 00000000000000000005ce8dceec5fb396041ceb5f745a93c0fa164a6bf47491 1.73 MB 2,841 18
784,972 784,972 0000000000000000000532ecc3a358c74c161fc83aa7e3dc791b3188e060d0db 1.67 MB 3,162 15
784,971 784,971 00000000000000000000845f3337bc85693bc49499044e2157accd385335e3ab 1.72 MB 2,613 21
784,970 784,970 00000000000000000003c4b759ce46fbd68a5a8770c7d1db604545908158b218 1.59 MB 3,221 30
784,969 784,969 0000000000000000000411eb84bc84a656931064b7c46ddd1a80807bc3341250 1.70 MB 2,652 27
784,968 784,968 00000000000000000003302df8bca720d9c155252b0b3a648141875f620edbbe 1.64 MB 3,180 17
784,967 784,967 000000000000000000012d9b85a78b95f4457f638c8cb1d8bc833627663b1b12 1.94 MB 4,348 11
784,966 784,966 0000000000000000000530fc003ff35cb92ccf5cf3495895062d9454cca26777 1.70 MB 3,075 16
784,965 784,965 00000000000000000002f980c4ab3e0bac0b8148b506df375815b9c325f6b3ba 1.17 MB 961 16
784,964 784,964 00000000000000000000696e1dae743fdad48d0cdbdbc145cbdca1b95126d212 1.54 MB 1,469 17
784,963 784,963 00000000000000000003169ec6f558caa2e80b52777b248d55632ed220a680fc 1.41 MB 2,530 32
784,962 784,962 0000000000000000000346d040d5632a259721112f00ec80f4666bb190cf629d 1.42 MB 2,633 24
784,961 784,961 00000000000000000003abc7bbf1bc97f69532d883c122a15506e05076c3fd63 1.44 MB 2,148 25
784,960 784,960 00000000000000000004031ef88d615cf987bd0885a74b94c4bff50a759d123c 1.51 MB 3,084 29
784,959 784,959 00000000000000000001b2eaa4003b1f3e7fa776cec5565a3bde2ce91f601871 1.49 MB 3,391 32
784,958 784,958 00000000000000000003b26031600163776d8703eabda5dfbb6d7bcaf25867ef 1.62 MB 3,240 25
784,957 784,957 00000000000000000000b63077e79b960b08a41f6be0b017e92225d3d08e4b50 1.60 MB 3,773 29
784,956 784,956 00000000000000000001c57b04e658641f100062e2f888b8bda275116bd754e9 1.46 MB 3,342 39
784,955 784,955 0000000000000000000282fc9273a8fb83d6aebecaae263e4e1f8696a3328f4e 1.31 MB 1,554 17
784,954 784,954 00000000000000000005c9041e451d58df4dcbc186bc4b5211596e99145c28aa 1.61 MB 2,490 17
Previous 10 blocks ↓
Total Size: 769.11 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,629.33 GB sent, 93.42 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.