Memory Pool Memory Pool Refreshing

45,535 transactions
30.71 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,476 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,091 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,475 (56,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
806,827 806,827 0000000000000000000430e6264a58c0866363f5980da020206006c526a2232d 1.78 MB 4,597 20
806,826 806,826 000000000000000000048766b0c7b44d13036ad3986796eeb8e5f686e539f130 1.75 MB 4,091 25
806,825 806,825 000000000000000000022bfcec777ed665f59185fa0333ec4da0c9ccd9b7d135 1.56 MB 2,929 22
806,824 806,824 00000000000000000004002a2df132c28aaca562b0f624eae6349881cbb9997e 1.49 MB 2,348 30
806,823 806,823 00000000000000000002f03b4af92461fb7bc2597a9f3fec6e5dd1b4f28c2c8e 1.78 MB 4,571 16
806,822 806,822 00000000000000000004d9f5c5d3c8628c5e14c7577d29541f07c610f7ce5448 1.89 MB 5,417 15
806,821 806,821 00000000000000000004d281a5b3f1ec10d46bee501e93beb246292d39328f14 1.62 MB 3,602 16
806,820 806,820 000000000000000000003cc33b65c80c813d7be40d6bea2175087f97f8c11bee 1.78 MB 4,911 20
806,819 806,819 0000000000000000000338f4f40fdcaa794870cc3ca83bf2514d3c77c1e3a512 1.64 MB 3,378 24
806,818 806,818 00000000000000000004487ca754d606ae623e61c8820e5f3c34128adf616bbd 1.82 MB 4,924 24
806,817 806,817 00000000000000000001f5eb9a6a461d01622d9a6af7c1d565b974dbd1c5b020 1.80 MB 3,871 15
806,816 806,816 00000000000000000000d334963ac1e56f29eb8c78b0fa0211f899e0afb29526 1.83 MB 4,968 20
806,815 806,815 00000000000000000004364dc0d3c814883f9672d8e1c4f44682be75d39e14d6 1.48 MB 2,164 24
806,814 806,814 0000000000000000000184ffa9748f487a81441b8e339adf9f32a16efad10a70 2.07 MB 6,419 17
806,813 806,813 00000000000000000001c861c1167b2baaa0baf2b7446d8a8da67b5a3a4df355 1.94 MB 5,761 19
806,812 806,812 00000000000000000004c1969d60ad6deff67de83bad1383c4da071ad5daa61d 1.58 MB 3,376 22
806,811 806,811 000000000000000000041c6544433a72728ee9e7526e0ede2f3100506c2e0c48 1.65 MB 3,759 26
806,810 806,810 000000000000000000032053d3cb158479f37544b1539cc5d2ae54164338172e 1.81 MB 4,392 15
806,809 806,809 00000000000000000000deecef990c95fa9e445b155ad565f1fd7c939eae056d 1.87 MB 5,244 18
806,808 806,808 00000000000000000001b425864ec1b8c5ef1c79ed196bcbbfb14934ce386284 1.49 MB 2,937 25
806,807 806,807 000000000000000000051d74c84cf8c0ef961a0a29fcee4d82039ff1dd43c684 1.51 MB 2,933 20
Previous 10 blocks ↓
Total Size: 687.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,502.49 GB sent, 118.60 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.