Memory Pool Memory Pool Refreshing

11,439 transactions
4.81 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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,774 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (74,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
833,489 833,489 0000000000000000000077aa4f01a52f16aa9a0ce6c60ffe1c968d8b62c2c1f5 2.09 MB 2,501 28
833,488 833,488 00000000000000000001cdb6e37a6b05cb819f933a3952db164d7981f37e30f2 2.30 MB 1,984 17
833,487 833,487 0000000000000000000236c81f10f3e7a131681f7093b3d83d8ebeef57cb3ecb 2.02 MB 2,351 28
833,486 833,486 00000000000000000000a9a174aa718088596efa35a2ce2ee1778737d7d1ded6 1.98 MB 1,074 17
833,485 833,485 0000000000000000000299e4106c1e1f3327a96eb417fc0368bee78a67bee182 1.90 MB 2,887 29
833,484 833,484 00000000000000000002399dfc919ee2d2ddf3b5b7d9e1561fdf7c975c2e7c2d 1.95 MB 1,698 17
833,483 833,483 0000000000000000000267e703e9674c9c5c78af3eda3f1eb6f89e68dee01d63 1.98 MB 2,937 24
833,482 833,482 00000000000000000000fc4fc7ba7a0336e5d4447f3b5fad162db6d6d4b7293e 1.66 MB 2,966 39
833,481 833,481 000000000000000000009aa8ece278d931f9d92ce8cbd1284e59608f67ec0f6d 1.77 MB 2,429 24
833,480 833,480 00000000000000000001a7a382405e249a54ad837690881dfe01900c8bbb6149 1.72 MB 3,004 37
833,479 833,479 00000000000000000002597c413f11f5ec32fb0fa2c85592f33a1e9a1e1c434d 1.64 MB 2,788 23
833,478 833,478 00000000000000000002473c10343822fb4bbc833a7d16838cc2a3304f71a927 1.65 MB 1,982 46
833,477 833,477 00000000000000000002715e5eb5e6e103f319a218906dda8d6b0f4f9b51cb4c 1.58 MB 2,939 41
833,476 833,476 00000000000000000000474ed4f1e6cb4cc555650ac38c2bda52d9d22395bac8 2.48 MB 1,648 21
833,475 833,475 00000000000000000002863014d25b58900d654b8f42077ba10abe5eaddc382b 1.82 MB 2,551 27
833,474 833,474 00000000000000000000de5fb2d063b9a415e2cfaa0b1e937535b2501e3480c8 1.63 MB 3,513 35
833,473 833,473 000000000000000000024b0d66daa2f83338233baf76c93be2870324e99f7c93 1.76 MB 3,011 24
833,472 833,472 000000000000000000033c4953f54fcbaa6e9e8f2949f301a89b5e12a971206e 1.68 MB 2,779 46
Previous 10 blocks ↓
Total Size: 769.03 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,625.11 GB sent, 93.02 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.