Memory Pool Memory Pool Refreshing

12,487 transactions
4.76 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
902,725 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 2,374 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,724 (543,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
358,899 358,899 000000000000000001d27eb9b73ce59e5967e3567f8b93d0fb38d0d687c8866f 0.75 MB 1,546 30
358,898 358,898 0000000000000000138b4ba298a8f085f2ea530bbfe8a83aa88ef9427283590a 0.49 MB 668 22
358,897 358,897 00000000000000000b8cc1b40fe9bd088bc116c240af42d0d3bab878c0a3bd07 0.21 MB 438 27
358,896 358,896 000000000000000001eb4f2ffac57e55805f1819b7ef0ff9944822f5d19dca3a 0.40 MB 734 24
358,895 358,895 000000000000000008999f53410eb8697bc213cb90f8ce29b33b2254a06c0562 0.08 MB 106 12
358,894 358,894 000000000000000006c29edb627b8a22d0064d10ebd46ff0ee9b7cf3536b519c 0.51 MB 843 25
358,893 358,893 00000000000000000ed0f26c0e27e45a19307cc24c4c56857b046d3b118920cf 0.06 MB 105 26
358,892 358,892 0000000000000000158c7faad321d0c2a7f22036ed0aeb89ba40f3cdad55a98f 0.58 MB 1,037 26
358,891 358,891 00000000000000000882525ace58b791735f92a499654b93a62d482b9f2851d8 0.67 MB 983 37
358,890 358,890 00000000000000000331b71989de805890c9867d5686013b24095fb2ac9f7704 0.17 MB 250 19
358,889 358,889 00000000000000000ac5c73676adad524ac44e22f37382efe443e4a7dc1d35c1 0.62 MB 1,195 31
358,888 358,888 00000000000000000ff72dae8f3eedc0a8b9ea4e9e013b389a1bba9636b52a49 0.46 MB 839 28
358,887 358,887 0000000000000000163689d4e4b2a64c29ab53c30c95ec7ab06fb67e5d3b3701 0.10 MB 154 35
358,886 358,886 00000000000000000081d5b401f6db411844fe617aa7583a7937e49601b96f50 0.12 MB 164 27
358,885 358,885 00000000000000000aefceed04abea844d70f21777cba7ab4f745402ddfb3907 0.19 MB 152 8
358,884 358,884 000000000000000003e394bfb850c80a72c6bd3ea488375e4d9244dcf19729b3 0.75 MB 1,586 58
358,883 358,883 00000000000000000c872c16dfb0f299b2cd1dd8d83a04f5344a1c2bdf6279a9 0.00 MB 1 0
358,882 358,882 00000000000000000cc756c9654b108486ba3bfad3d40f9ab1062c834c18e5e5 0.63 MB 1,056 23
358,881 358,881 00000000000000000645dcc5daea8bb05947ba97f4c2a4a4e4a33ff213fb5110 0.26 MB 281 18
358,880 358,880 00000000000000000c03f0bc2aeda521a913ffe3abfeb1c6192614e3e3825bbe 0.46 MB 926 29
358,879 358,879 000000000000000003ff972c02ba151a21edebd58f3f369a5366b8e6a78f82d7 0.51 MB 895 24
Previous 10 blocks ↓
Total Size: 760.42 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: 896.95 GB sent, 48.46 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.