Memory Pool Memory Pool Refreshing

1,642 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,616 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (743,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,865 163,865 00000000000003f0af00f5de52dd7ba7ed9952d45d26ec028b13db9778fd103c 0.05 MB 140 103
163,864 163,864 000000000000001c430e41f66efcf399b924fe6c3935a567a1bdafad7f0909e0 0.03 MB 72 181
163,863 163,863 0000000000000aa3c294f671bf327c6f2ec761e4648e409f8bf87f0c042a9b66 0.00 MB 14 63
163,862 163,862 0000000000000b44a2f1694682f87c0f18d99bdea97774243a59e46b7c6ac3e4 0.01 MB 24 400
163,861 163,861 00000000000002aaff5d21f26a427ebe7661a3ccefaee7f01443952607f5f37f 0.02 MB 65 22
163,860 163,860 0000000000000041028f8b080ac31934b1a1ff9756345e4888c4864bd6890f73 0.03 MB 89 102
163,859 163,859 00000000000001d7b8f2569f34636c57d378a4ab8cd2477a892c3e3e25543d96 0.02 MB 52 31
163,858 163,858 0000000000000cc098bd2a56bf4d25d972d44dd367ac3ef4480da5ef3d071307 0.03 MB 45 389
163,857 163,857 00000000000003c7ecda1e81dafc32d27b97ef34a6b311e6279a8cc8e6aa8200 0.01 MB 17 81
163,856 163,856 000000000000017298d8f83f9205b1cfaa0681ce323db3d7f429b9522c06341e 0.00 MB 7 0
163,855 163,855 0000000000000744104684255bff9a4171b933b22b56ca6f46053991adef2340 0.02 MB 37 232
163,854 163,854 00000000000000cbbab78773a05658fb7580a63e27c15a0961cb57918e5633dc 0.03 MB 85 122
163,853 163,853 00000000000001d90483099b918ca1a6c82d4bf0d354ee382bd191daf18abce7 0.02 MB 55 331
163,852 163,852 0000000000000810f83d87952f1b3ec49dea5b3fcfae75956a7f39bba678cc15 0.02 MB 48 279
163,851 163,851 00000000000006ede88bc6b82ede112f02ddd5b23d39ec24f8a0154b1a76f746 0.03 MB 50 24
163,850 163,850 00000000000008d12c26896412cc1c2e7dbefc8b14ee9042a5a187e51b1e6bd3 0.04 MB 93 185
163,849 163,849 00000000000008b47e8daf64b5e70d1d62aa995a99ca036c34f69c0a2ad5823c 0.02 MB 86 2
163,848 163,848 0000000000000c74e8133130f5f2a2d752d0b9bf431994b089b2cadaa8a5bb94 0.05 MB 124 160
163,847 163,847 00000000000007ae0d7c81fe1682cdb18b2708393d8082f1b55f40ea4aaaa62a 0.01 MB 13 45
163,846 163,846 00000000000007317bc95dd286f4411b4cc94af7f9e265d8f169c67887dd0e5b 0.01 MB 17 99
163,845 163,845 000000000000000cea1a54f7b15889ad212957c88f359bfd2019065a66b29c03 0.03 MB 76 397
Previous 10 blocks ↓
Total Size: 769.08 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,628.18 GB sent, 93.27 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.