Memory Pool Memory Pool Refreshing

4,675 transactions
2.46 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,639 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (687,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,836 219,836 00000000000001c1d8659c4956dde0e8c4f6884298d9b67074f3e09095e8dd33 0.28 MB 610 159
219,835 219,835 00000000000002f052557a4525ccfb76e725ce80318e37960b1b3c97845007b4 0.24 MB 469 155
219,834 219,834 00000000000003361626017a82718a815ed13f3e43c5460198b0c9e21f45e8a2 0.00 MB 8 0
219,833 219,833 00000000000002e15769488553adbef16268e6e6908184753010b7bf7e971fd3 0.28 MB 711 213
219,832 219,832 000000000000005fef98c38ab9bef5aefeffaa2e88437bafe0b61fcd5453cd44 0.43 MB 469 18
219,831 219,831 000000000000019a67668b7b8d9bc8e6597e79bbd644b9360a40f0404226cdf7 0.05 MB 27 93
219,830 219,830 00000000000004e552c0287e3bdc4b49f8bb19c5d4a6c5b45c32f0753596913c 0.22 MB 411 128
219,829 219,829 00000000000000cf1f76f186fa91f1b452fd3ae72eeab79a7bad572af3719351 0.43 MB 621 111
219,828 219,828 00000000000002ca9e9bf18c26f23454f4a97dec66daefc5e8c52251bb0975c8 0.25 MB 591 147
219,827 219,827 0000000000000121363c85a9cacefb32d7d46e92dfba3848bc2b1422c03e1884 0.25 MB 909 243
219,826 219,826 000000000000005a2479dc4f7fe3cc98af3fe8bbab0a6c134af7e11c6a26c986 0.00 MB 12 168
219,825 219,825 00000000000001d0ff626527fb6f19a1a309f85ca0fb056ed26b8dadc465e8b2 0.00 MB 14 537
219,824 219,824 00000000000001d69eae3eea2c6d591c097d1c14660181388298b9ef90cefe50 0.25 MB 864 258
219,823 219,823 0000000000000485b475cdf1740c3deb45e70a00f4a44d6c97fdc416ea141776 0.26 MB 631 195
219,822 219,822 0000000000000381683c0b95b17233f8683fb89060d6e4eb0d70f96bd51a539f 0.04 MB 110 73
219,821 219,821 000000000000027931a691fd8ba1d852a807d603825948ad0cfc12215359b48a 0.24 MB 512 170
219,820 219,820 0000000000000507e65d8543553eac93d220599f4484f5a5edeb72813599a74b 0.25 MB 721 227
219,819 219,819 00000000000001174fe71872d93ee2ca1dcd80316543eab0cdae671c72b5403e 0.09 MB 190 145
219,818 219,818 00000000000004df59c745b72ef46c4460f0309c9068791950f922262afec8c4 0.25 MB 395 131
219,817 219,817 00000000000002d1c609c0e0fdce1519b6e657b6ca2ea265f42bd704c3180a1f 0.25 MB 642 237
219,816 219,816 000000000000029954a5b2af0836426a024f8a96c490256d46a465abd0dbf521 0.05 MB 129 163
Previous 10 blocks ↓
Total Size: 769.21 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,634.49 GB sent, 93.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.