Memory Pool Memory Pool Refreshing

8,155 transactions
3.77 vMB
Show Random Selection Loading Transactions
Max Size: 20/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 1.00 vMB 2,833 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (55,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,766 851,766 00000000000000000002a8fd2ed09956602e13fe3640531a7df49de3747033cc 1.69 MB 6,909 6
851,765 851,765 000000000000000000019e9c183a9efda17899cbae3149ab8ec9a2110941f982 1.49 MB 4,242 8
851,764 851,764 0000000000000000000200edca6ced5112149d1d4cde8e177fdcf6ff6145a656 1.15 MB 1,914 5
851,763 851,763 00000000000000000000589861c6cd7190a75f98ce64bcef592403a4eb07c9b1 1.37 MB 3,579 5
851,762 851,762 000000000000000000007685bedbc79eb0cadaea5ac4d9e16cbf95d593409b86 1.45 MB 6,902 6
851,761 851,761 00000000000000000002a5fbe7c6cddabfb220d549fad092738737497e424e38 1.53 MB 7,596 5
851,760 851,760 000000000000000000016fc936defc2f5ba73a76f3421c048e669cfae358abd8 1.51 MB 5,529 7
851,759 851,759 00000000000000000002959859077191b5f7d1e3084b91ce71d4cc62c977b6f9 1.64 MB 5,711 7
851,758 851,758 00000000000000000003878832332ae958fe2ea34d1293428f6025c72d8ecc04 1.56 MB 6,396 6
851,757 851,757 000000000000000000036465c20b0c989ba48259acd79230a3acd501372b312f 1.69 MB 6,962 5
851,756 851,756 000000000000000000029595a9afe06c16a14f24e000dd2d49fba0faeaaa00ad 1.40 MB 4,089 6
851,755 851,755 0000000000000000000380bf5180a2ee347ca0467f8d07c23727684d3fa9ccfd 1.13 MB 1,150 5
851,754 851,754 000000000000000000029de8cb5826f9b5867072f3d90b0f0e80f73221e3edc3 1.22 MB 2,110 6
851,753 851,753 00000000000000000003138fa3f1fafd48db926b5270ac05ec86dc8683c771f8 1.52 MB 5,590 6
851,752 851,752 0000000000000000000228ce9220bc37613b805d46e2dd270debfa2e9a13145a 1.53 MB 6,806 6
851,751 851,751 0000000000000000000286f253dee77166b512a8f5e47535da179d901ac1c3af 1.61 MB 5,666 8
851,750 851,750 000000000000000000005f3a37677fe1521a8d558f0ee32714f5ea70ec00490d 1.56 MB 3,056 9
851,749 851,749 00000000000000000002c927d1ec32f9f88d289fbd1f7d956879d4be1f6f4d04 1.45 MB 6,436 6
851,748 851,748 00000000000000000002a1dde326441c52bbd47fe651a708edc01b4f399e3467 1.54 MB 4,475 7
851,747 851,747 0000000000000000000333f95077e9bcf99be91b8f21b735a1090d26bd883c32 1.49 MB 5,301 6
851,746 851,746 00000000000000000002c39c524f4499f42ca6a2054d9cfe482585dafab27c1b 1.62 MB 4,724 7
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, 113 incoming
  • Data Transfer: 1,624.91 GB sent, 93.01 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.