Memory Pool Memory Pool Refreshing

1,070 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,764 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,056 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,763 (750,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,844 156,844 0000000000000dfad0383ee0c172c3a181020bcab0aca34ba9b7a77c59092c24 0.00 MB 9 325
156,843 156,843 00000000000007586c3b0e76a705e9cd13171a05a84f8aea89b72b68cf87015b 0.00 MB 7 0
156,842 156,842 00000000000009fe003d46cb93d8295d0761c5c4e52a0c6f172fb80840bccd5a 0.02 MB 67 39
156,841 156,841 0000000000000225031fdac1092a09ccb66949a551b1063f7ab0bbd4a086314f 0.00 MB 11 339
156,840 156,840 00000000000000d02cfa89e6610645c2fd10348ed61b16693a8c0c1546e72985 0.05 MB 99 499
156,839 156,839 00000000000006edeb89a45c34b94d009de36c815e959bb3c3099d1b366dd50d 0.00 MB 2 0
156,838 156,838 00000000000006ed4d031eb94e357f00ee315ba7541b3c858fab8737dd0a4faf 0.00 MB 12 41
156,837 156,837 0000000000000cd3aab0b958a511d2556dbc55bb04a8dab2c1fbb3707abe1527 0.04 MB 90 116
156,836 156,836 00000000000006d3b06f920fe77ca48b6ee05e1574b85c6fc35fb9731ea9bf3d 0.00 MB 5 193
156,835 156,835 0000000000000554eb91a0573eb3650cd8a218b2873f779c3969e4665e9ba9b1 0.00 MB 7 74
156,834 156,834 0000000000000c55089a797a5d2622f99f4413762094243d81ba1c90c9621065 0.01 MB 54 133
156,833 156,833 0000000000000e571e6755e4e333475eeb697d5aee9f294fe5e17b9c5e001f10 0.01 MB 19 192
156,832 156,832 000000000000097019e7c91b1f2fb5dbf1f2dbfa713ecf8a5ba716acb12d46bd 0.01 MB 29 9
156,831 156,831 00000000000005c7b7e941a070c7dd32e8e6198caec2024b049579420262e699 0.04 MB 110 71
156,830 156,830 0000000000000e87ead75154a224de4d01214dbe2c1c52e12892d9c5d7b3814b 0.00 MB 15 12
156,829 156,829 00000000000006e395f6ef28c16c80f7a536a90ec0cd66cb4501f9642f384e27 0.03 MB 75 40
156,828 156,828 00000000000002ffd1802dc2c9e98d17898a7a9971da90bbf30dcfeaec381fd9 0.02 MB 17 69
156,827 156,827 000000000000066f434820ecf1fe70760d4a28c8eb900e17c0f127eec20ca745 0.01 MB 19 207
156,826 156,826 000000000000073ea9a8307caa55455db17c60a335ebb1ce32bde9e1875b7add 0.01 MB 33 187
156,825 156,825 0000000000000d3ba28465b3a5370fdc51cae5f8e11596e02f7d029b37dfa74f 0.02 MB 80 171
156,824 156,824 0000000000000e2ef89a162fcbf7047517094526be14cf2c9f2ae799ad99966b 0.01 MB 37 111
Previous 10 blocks ↓
Total Size: 769.10 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,628.75 GB sent, 93.38 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.