Memory Pool Memory Pool Refreshing

6,282 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,779 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (833,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,731 74,731 0000000000647cde25b601540a4b7d0e6c021deec20b7ae777ec4a8ca9238403 0.00 MB 2 0
74,730 74,730 0000000000333860df66a6e1eff07293b25a3c395023fed5415510bbe007f6f1 0.00 MB 13 0
74,729 74,729 000000000022c9787decd86a7df12735412f7d079349837db3b0673621fbab81 0.00 MB 3 0
74,728 74,728 00000000004a499445cbc16d53ffca3a6227ed0bf2e2def0e24e4754e11e7665 0.00 MB 12 0
74,727 74,727 00000000007becdde19c4c4222460d4650477eba226e1e303ecd12b00831d895 0.00 MB 1 0
74,726 74,726 000000000049039d3746ce1d11f0785131569b267457e4974cb9df22811b9f45 0.00 MB 1 0
74,725 74,725 000000000031955476629f8f1f532a52173990f1161a39001198e85147c66a47 0.00 MB 2 0
74,724 74,724 00000000002423621729dbe0edaa76e45138bfce9872e1ce098cd1907d012bf3 0.00 MB 6 0
74,723 74,723 00000000005358adea4fe2ed2c0fe76d373aa195d1dd82af3e94c5705186261d 0.00 MB 1 0
74,722 74,722 00000000000a2cbe7089b12b300463ed57738f31d4593f93c307ef5b00c22b28 0.00 MB 1 0
74,721 74,721 000000000052428fa9103b0d2090c992518c05a7c0f2ed8a43e0d88d2859e02d 0.00 MB 8 0
74,720 74,720 00000000001c502bdb16c077ea28ef13fd223c84d62b11cadd17fb7449ec82b3 0.00 MB 4 0
74,719 74,719 000000000058b4ddafaad4d8362a749aa89447d2b1872050c1810072aafaa286 0.00 MB 2 0
74,718 74,718 00000000004cc5849ec3ea9425c0460ef3ed1a2b3449991e84d87001c65c857d 0.00 MB 1 0
74,717 74,717 0000000000294aa0fca74a33430e55862e55bd46e69c6945857320822fbca50c 0.00 MB 5 0
74,716 74,716 00000000002dacce0ad9ce8fbba4e74f343fe393c2c2dc8c672eb5ef3a20d845 0.00 MB 1 0
74,715 74,715 000000000026a36b128e9660299194d1267d11afbf670ea66d3121a480664552 0.00 MB 5 0
74,714 74,714 000000000015b65da2a4f53207e2801810e5ba74283519df7b67e9e22e5c5e90 0.00 MB 2 0
74,713 74,713 0000000000431847108236bac0064678bc7c6a7b93abfb55c58e79ef884ae3d0 0.00 MB 3 0
74,712 74,712 00000000000c233689dd3821af15321d8b200f05064b9783e3c502f556cca039 0.00 MB 1 0
74,711 74,711 00000000007a4d2f886106074023c877bc83c7c78a836f900c66f2b19d3bbe2a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.