Memory Pool Memory Pool Refreshing

57,718 transactions
37.17 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
4 sats/vbyte 6
4 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
875,731 0000000000000000000297fa0000000000000000000000000000000000000000 ago 1.00 vMB 3,133 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,730 (698,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
176,969 176,969 000000000000093c3afc79a6d4f4edee37175c35d9472c52c135554d635df83f 0.05 MB 140 127
176,968 176,968 000000000000018c299e53188b3982be0304eaee892dcdb8f13d27145651cf50 0.03 MB 103 3
176,967 176,967 00000000000005185b7548dcdc89ee9126a2ad9c112bfb6a172a18d86fe916f4 0.03 MB 65 112
176,966 176,966 000000000000073084fd18433e647c7dc8783523c3475d9074e0326b48da3830 0.00 MB 11 450
176,965 176,965 000000000000013ba3ba4413e1b74c9207341dc1363412c9f4d10121e4b7be32 0.00 MB 7 202
176,964 176,964 00000000000002b6613fd2e45a603ccf15e3552c95cc8e3b72e1a1f5197ca2b1 0.02 MB 39 2,122
176,963 176,963 000000000000046e868783e6fcf5cae13b96a656934502d07367feca76a81557 0.00 MB 4 60
176,962 176,962 00000000000005dd9deabb51b907eacc4b34b03665cced6e65afba5e7993032e 0.00 MB 6 0
176,961 176,961 0000000000000423e4a25b721f51a4a3ab7eb31a3df4f36447f10701eff7a4e7 0.01 MB 24 174
176,960 176,960 00000000000000e2413754af9f7c0fc76469fe10d903ce5d2eaddf7ce1653b15 0.01 MB 23 189
176,959 176,959 00000000000001ebe5ea568ffc42ff682d8ad47ebb83708f9d815a7e5e3f5d47 0.01 MB 8 65
176,958 176,958 000000000000086f731fb4b9d581145d4db9b4882219c7ddfd9f8f69ad8d71e2 0.01 MB 41 140
176,957 176,957 000000000000093caad217e1ca4c39042118355ec2d55a42b76abafc5e787620 0.00 MB 7 45
176,956 176,956 00000000000004d1b3cc8a50260d224d4d308afe38bdbf3ffc134bee21368bb0 0.02 MB 49 101
176,955 176,955 00000000000005ce44c55bd059b438829847d5856b919dde41b0047f8d35454f 0.04 MB 125 47
176,954 176,954 00000000000001d0f9cf585f3c3ade1de650adb44745cdc5b63443f4e3e344c2 0.03 MB 73 153
176,953 176,953 0000000000000301436cb7ccb7855a708c24f1968ae827e1a1711f8c1e0e5884 0.02 MB 45 159
176,952 176,952 00000000000007a13f6222f820c5a3887e01a33fb1c22c1daf0045bea2171210 0.03 MB 71 140
176,951 176,951 00000000000001ae51b53ca5f07274bd17c421ee68093ef9b80eb561e528806f 0.04 MB 61 80
176,950 176,950 0000000000000315325ce427fde179aa19fea0681be168f44b228c27a2d38e31 0.05 MB 149 123
176,949 176,949 000000000000089bf6ddecbb7a64ef4fb6369c8ef0dda09cc874ff52878afc30 0.01 MB 27 187
Previous 10 blocks ↓
Total Size: 709.99 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: 629.38 GB sent, 12.30 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.