Memory Pool Memory Pool Refreshing

1,722 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,681 (579,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,151 328,151 00000000000000001a8c402d62a63066a0b0e034cddd03d8a96988deebcda8b7 0.09 MB 219 27
328,150 328,150 0000000000000000170f3a3a37048c831cc687a1ee609bb9fe0ed6e933504c57 0.29 MB 743 30
328,149 328,149 0000000000000000026447d385b59f4b85099a5d07f943b340e9297ab4e50c73 0.29 MB 630 28
328,148 328,148 000000000000000018b12311f3878356f353080d3e96144656126351092bafbb 0.11 MB 168 29
328,147 328,147 0000000000000000085f93ee230a64e8800545bd35580e214afabeb074845dbe 0.13 MB 181 20
328,146 328,146 00000000000000000710fafcaf17efb89ca8d5ff9a703cc8ca6e558d2f4b6c11 0.02 MB 60 31
328,145 328,145 00000000000000000133766015ef29f4d9932f66bf583a40da67b5ec1af5e8b5 0.09 MB 100 19
328,144 328,144 00000000000000000c5c24119b493b4a0e8aef32af7213197d992ad580f87c49 0.45 MB 831 25
328,143 328,143 000000000000000000f86e903040e8648c6df68be870644ad45e374b12f81d4a 0.12 MB 203 24
328,142 328,142 00000000000000001e0fd1ba3fce95e712429b128e6c3e6d5d978cbf43bff41a 0.24 MB 513 27
328,141 328,141 000000000000000016c5d185806fd507e40057ffecf6ac2a28f3d65faaa63ee7 0.46 MB 862 25
328,140 328,140 00000000000000001460b7ac50b46de06b7279d253112fc0516438f958e13b4c 0.13 MB 346 31
328,139 328,139 00000000000000000f8a5dd0439f595a7ec5a863338c0661d97d7aefd147c506 0.38 MB 782 27
328,138 328,138 0000000000000000061ada255b9e4b886b0655557dd70866ad4a96e4a79f8075 0.27 MB 499 24
328,137 328,137 00000000000000000a1efc1b3cd4654a0a934a99ecddf9a8a4c1c37eba607519 0.03 MB 80 20
328,136 328,136 00000000000000001e6a94a99545f4fdb1ef88fc98308cfdfdbba7cef08283c8 0.83 MB 1,589 25
328,135 328,135 00000000000000001935c39772731cdd1c5aa13b5fd1c5b6c22e39c447a7c4f2 0.75 MB 1,730 31
328,134 328,134 000000000000000008686fbd90f102d0485dfc988155bce6868e7ad9ca1a95f7 0.12 MB 212 26
328,133 328,133 00000000000000001aaf50881c58d82119a4534782f2bc9719614330197a8037 0.17 MB 204 20
328,132 328,132 000000000000000002fe333b196d422210ec74d20a303772f5c51c57faec4fcd 0.17 MB 338 25
328,131 328,131 0000000000000000175286e9f6033bceb66f9922354b642ed9fef2ee3f3e1c8e 0.54 MB 1,029 27
Previous 10 blocks ↓
Total Size: 768.95 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,613.89 GB sent, 92.53 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.