Memory Pool Memory Pool Refreshing

447 transactions (0.11 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,119 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 436 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,118 (833,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,665 75,665 00000000005194808240dbacb79b77b392753697e3829d7c2f5d583fb54cc98b 0.00 MB 2 0
75,664 75,664 000000000039c9f4e69f1c90ee7c8c7dd04e24a6ba24d2a8d722d4d8c09de4c4 0.00 MB 1 0
75,663 75,663 00000000005368c4663bb11f0e095e607ee45676a0a0c4fb31eca066c205e261 0.00 MB 1 0
75,662 75,662 000000000021520c221285410872f4722d128314b0ee36a7f8e1437cf7248eac 0.00 MB 2 0
75,661 75,661 00000000002b1fec8ce118c011ba6325e0c1da1cf62a05ea56da328b8d5cd692 0.00 MB 3 0
75,660 75,660 00000000006c20856f435813c2f559dae17dbce0476554fb8fba56793f39b5ac 0.00 MB 1 0
75,659 75,659 0000000000404f3faa94c80248d65f3a90674b1b7d2831763e0fee624769d178 0.00 MB 1 0
75,658 75,658 00000000003e0b812066a880a00eb751a719d9eb257d2f8bcf39a44b91bad81b 0.01 MB 3 0
75,657 75,657 00000000003272a3bd2c40a3c44a3e43303c101080c23d03b9eb313d68edd540 0.00 MB 3 0
75,656 75,656 00000000002fbfd6481fbd723929a3147ec565b5786de363e105438fef11f2bf 0.00 MB 1 0
75,655 75,655 00000000004c75cccb6507112a07a64ef96f43fc1566cf99362653d18ea8110d 0.00 MB 1 0
75,654 75,654 00000000001b67fdfe04c2b2b6472d85a5b7c88be2b07ba1d1b12b4c0a49c985 0.00 MB 1 0
75,653 75,653 00000000001bbac97f530d19d40fc6b714e11603019d5bf5e3afdbf726523526 0.00 MB 1 0
75,652 75,652 00000000000d525d7da82a81554c39135d5bbaf264d99f68ba8e39c5327cffb8 0.00 MB 1 0
75,651 75,651 0000000000752a569564e19785248ae0567984e79294393e6525c68d620965b4 0.00 MB 1 0
75,650 75,650 000000000070dde8a90734db538106b9c0b6eaeeeea2122660f66624856fada1 0.00 MB 1 0
75,649 75,649 00000000000a8e4e18959b3c64edf7fe8124737a0e5705d89fe165ff5c0fe943 0.00 MB 1 0
75,648 75,648 00000000001e00c7fdd5577855cd09f6adf89fbc8806f29b6b60baf1505d063e 0.00 MB 1 0
75,647 75,647 0000000000227a651a1cbd1e7f9fb5ed7ef30a056d419bec06c3de80c239aec8 0.00 MB 3 0
75,646 75,646 00000000003347a5fb8c3ed0408b8a799313ca7cb6f3d6705b56706d82fb3b00 0.00 MB 1 0
75,645 75,645 0000000000304d7c69dd2b400497c16b1594820a0b5f67b7ab8c113641217aea 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 771.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,927.24 GB sent, 106.35 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.