Memory Pool Memory Pool Refreshing

952 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,885 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 950 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,884 (577,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,766 330,766 00000000000000001506a12f16d0da89e5a3d0fffb3972ddbf1385c8b3387258 0.27 MB 576 29
330,765 330,765 0000000000000000067d4de04f80a3d19c852229c00c9b61568cee2acf1ad288 0.44 MB 651 24
330,764 330,764 00000000000000000a5bf0c4489e4a7e17b0cb101490631aed39c1886780be5e 0.63 MB 1,189 37
330,763 330,763 000000000000000015b2f14da58ad1af4695815c98e138f0caf3bb6d5363c871 0.25 MB 482 27
330,762 330,762 00000000000000000fc631ec80456a9838d04c1f8069e9c8ee83abbe9fdea50a 0.10 MB 182 23
330,761 330,761 0000000000000000096d82c12f5d60c5379df4dc98cd7b3d7ad4ee2fbc88e0e6 0.14 MB 203 21
330,760 330,760 000000000000000006c18384552d198dc53dcdd63964d9887693f684ca0aeeb6 0.75 MB 1,352 26
330,759 330,759 00000000000000000efa2551c14534c385ed1af3edffc8f276f13c0ddd0b5afe 0.43 MB 762 26
330,758 330,758 000000000000000015b798837e7bcc72362f6977faaf96c09347c63567f4f656 0.05 MB 120 23
330,757 330,757 00000000000000000d89f88366661b880e96aba60d083daac990fd21dd97fa5e 0.77 MB 1,489 28
330,756 330,756 00000000000000001736adae44e37c29d2bd6146ddf7850f7b5f1e0e2d780ab4 0.19 MB 329 24
330,755 330,755 00000000000000000cd5690fd853af7db6062ed98ac33bad90bebc0872d4fc0b 0.24 MB 346 22
330,754 330,754 00000000000000000b78eea91d004f2997a935f4507faa7af1e1a4b5b3c2e27c 0.25 MB 449 27
330,753 330,753 00000000000000000391e415a9777b336e7b19bdc4334bb0854883e40946131e 0.53 MB 1,099 29
330,752 330,752 00000000000000000390d32ae4c163e4dd3a3eebaca555e02623cebf70151d95 0.02 MB 39 26
330,751 330,751 000000000000000010a394e3703b7c22eff6819f6112a87ae479b35cc7ae0df2 0.43 MB 830 26
330,750 330,750 00000000000000000e03146bd826d91ace9a3dc0437a59175f5b5a51b0ff708c 0.31 MB 639 29
330,749 330,749 00000000000000000d844bd9bdf5883cd6e248227966dd05efe448c7f95bc56d 0.29 MB 683 32
330,748 330,748 0000000000000000121be3e1886b95603b872383bdf5cb855ff0c1fa4da9efa0 0.16 MB 307 31
330,747 330,747 00000000000000001464d800b02374badb820296a7791b53a0f112ec262e3668 0.06 MB 120 17
330,746 330,746 00000000000000000851c00086dc57e17c939c934a03cef7271250a97305402e 0.68 MB 1,203 26
Previous 10 blocks ↓
Total Size: 769.32 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,643.13 GB sent, 94.58 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.