Memory Pool Memory Pool Refreshing

8,794 transactions
2.73 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,931 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (749,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
158,633 158,633 000000000000025307154373dab7293ab1735fa91a09cf43251df1d4f93cc940 0.00 MB 16 72
158,632 158,632 00000000000002a9007f67dcde06bd6eca049580507a8daef087d756e83ed14a 0.02 MB 37 73
158,631 158,631 0000000000000ad0f34c6eae1082db73152171a1eeb028a20ba894e03949ce18 0.00 MB 9 737
158,630 158,630 00000000000006d4e170d15b5aab52908d458d141354e38b6e60db298ea41752 0.01 MB 32 240
158,629 158,629 0000000000000bca3469b46b89f66f593cea44d3cd38232de032cd2a86a9ecc2 0.01 MB 41 182
158,628 158,628 0000000000000904fe4c46d60dde544b6c20c0e69b92974abadd803a66fd8e81 0.02 MB 43 230
158,627 158,627 000000000000031de830da8e3259655ede938c8e83c0d75bc47031bc91b1c8a2 0.02 MB 34 136
158,626 158,626 00000000000007f15d86499514d07893b9a904fc9f8a195785bc03c85a37dcb5 0.04 MB 102 23
158,625 158,625 0000000000000c0dc848d3134e2d61f34f53b1b99d88a844b5869ad744e6cccb 0.02 MB 48 114
158,624 158,624 0000000000000dc484b3ea5ded3552f24b45259ed11e05b90ed1f37a8985c0fd 0.00 MB 11 0
158,623 158,623 00000000000003630a79a8a11b84b422655d75e6e4e063f280d8c258e3c34ea1 0.00 MB 13 67
158,622 158,622 0000000000000c3178a05297e702047eb41578939f2fa8b908caf076dde51c33 0.02 MB 63 308
158,621 158,621 0000000000000ba6cfb028e7d45f90e3b06c37d49dee8f3d88901afff91b3bfd 0.05 MB 113 225
158,620 158,620 00000000000000774db91c4d67dcef84afc6cb82e528648c539fbab46d785f90 0.00 MB 13 566
158,619 158,619 0000000000000b50f24e67a0ee4f09234a27ecaa8f7583ef195796f63d2e3ca1 0.02 MB 44 159
158,618 158,618 00000000000003a51e74a84c542f662c4fc5054d3762491a75772250af73c7e5 0.05 MB 138 78
158,617 158,617 00000000000006efee3ef098246fdb338f9fa9c0edabc519ddf974a7565219c9 0.02 MB 46 58
158,616 158,616 0000000000000a745ec7d1eccd1f3b4b1ca50a9d7155bafbbeb1a06e38cdf8d0 0.01 MB 31 131
158,615 158,615 00000000000005e178d2f2011f302d6231c09f10f2be37b711c596844702ea73 0.02 MB 51 205
158,614 158,614 0000000000000e024a8a156dfdfc5b181697e1f284c1e9e8e6865e8943c6869d 0.04 MB 111 129
158,613 158,613 0000000000000c58469d588294b22caf398db19768f9ba2c1daebde067fdf61f 0.02 MB 66 28
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.