Memory Pool Memory Pool Refreshing

7,572 transactions (2.61 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (7 blocks)
  • 5 sats/vbyte = (5 blocks)
  • 6 sats/vbyte = (4 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,959 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,422 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,958 (237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,721 908,721 000000000000000000013305c7169fd3078bde92e22ceba2a0af063b334b5d1a 1.66 MB 3,549 2
908,720 908,720 000000000000000000008d9f68928504ed4b9d2dfe2d60ad02e2d0489fd0c260 1.89 MB 2,511 1
908,719 908,719 00000000000000000000dcba2d56f8ee4e116d30b54548e7cb32a4c0dc92d7cb 1.63 MB 2,754 3
908,718 908,718 00000000000000000002256d698e5d1aef42f1ef00e6208802aa2e31b0aecf6a 1.58 MB 4,394 5
908,717 908,717 000000000000000000017d5fe2e70c15f3320b43fa0ba0ec89931923f48221b6 1.89 MB 2,191 1
908,716 908,716 00000000000000000001849ae1b819d6b48cee20a772fe8818fb3650ea47c25b 1.57 MB 3,875 4
908,715 908,715 00000000000000000001b60bcae4c33041aeb2e5eaf2527b51d1ebf04ffe1e85 1.54 MB 2,865 3
908,714 908,714 0000000000000000000172037fd9e06901f8a3cc058985781b2165715622826b 1.58 MB 3,917 5
908,713 908,713 000000000000000000005d0c34d4c8c6016f8e1099af3c354611e76b441263f9 1.77 MB 3,082 3
908,712 908,712 000000000000000000016afa735cbd79e1042d7b593c321d5bf1ec60a1242cc2 1.90 MB 3,286 3
908,711 908,711 00000000000000000001973110d74282fcb108d30f299c556bea120efc4095f4 1.58 MB 3,951 6
908,710 908,710 00000000000000000000f4402e53675bf46d149a027561d62c70eaccab7f2f8b 1.80 MB 3,048 3
908,709 908,709 00000000000000000000a5b8ba80af9217b7272ac2e1306ad31f10fdd4913ed2 0.45 MB 700 2
908,708 908,708 00000000000000000001b9617b35bcf3e987ab1e45f0e50c25a836f062c8d0a5 1.81 MB 4,926 0
908,707 908,707 000000000000000000000fc7d86da0bc4524c3c5001dabfefce5e90891bb55f8 0.78 MB 1,623 3
908,706 908,706 00000000000000000001f9b3ad5d3e72834fd41a3da430441840416259adc23c 1.08 MB 1,321 1
908,705 908,705 000000000000000000012265cc7490482a78e79eac60278f74884357fb8bc260 1.83 MB 2,875 2
908,704 908,704 0000000000000000000076f2ee5bd94db18f03bb7225a874176cfe5947c9c0f4 1.93 MB 2,826 1
908,703 908,703 0000000000000000000111dcb9c48b065bf0c8d3c853d3a78a4e40490a72f644 2.29 MB 1,252 1
908,702 908,702 00000000000000000000c2a6bb96de6c595c0fdebddbd54f5376f2379a25af63 2.06 MB 1,509 1
908,701 908,701 0000000000000000000095d96f6bca7f578c1351b69d375d2eb3391152857e86 1.85 MB 2,736 3
Previous 10 blocks ↓
Total Size: 771.47 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,866.37 GB sent, 104.73 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.