Memory Pool Memory Pool Refreshing

6,950 transactions
3.93 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,439 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (417,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
490,164 490,164 00000000000000000060cf40270bcb84e5cb40573642d37c56d089f3148399a4 1.02 MB 2,100 234
490,163 490,163 000000000000000000c508bc2ada8ebc62cf1c69cb66a163d9a99abad87599b6 1.00 MB 1,768 153
490,162 490,162 0000000000000000000590d60e05a1ab8746a40b29a3c693613ddf1d5627a7ea 1.00 MB 2,238 181
490,161 490,161 000000000000000000b43a39ba6051c6a8d58d09e3583e6a510f1a945c99ebe7 1.05 MB 2,314 193
490,160 490,160 0000000000000000008f106b39f280af116bbd5ba125ffc1d8d4f838ff8bcc5a 1.02 MB 2,467 231
490,159 490,159 00000000000000000047d18459585ebfd67f25e39a4f03194fd9dbcb20672a1c 1.14 MB 2,549 68
490,158 490,158 000000000000000000b73fa2681d26971a6bde5232a08bdabc89c0e009957525 1.00 MB 2,015 79
490,157 490,157 00000000000000000010e73208d913edd57f159e3fa5915e446812f6cd5500ce 1.08 MB 2,355 77
490,156 490,156 00000000000000000090d7af364c9137e58c407c0052d62b5651715651d47cea 1.07 MB 1,908 152
490,155 490,155 000000000000000000d95427175a1bdb0ad45d14347ce065146f435034e07218 1.05 MB 2,533 216
490,154 490,154 000000000000000000b4f63ca04da54a5504a70cc6e080b36129750a161a557c 1.00 MB 1,458 279
490,153 490,153 000000000000000000c2a6ef80cb5d6f7c68a24f494eba5988144c045432a228 1.06 MB 2,560 117
490,152 490,152 00000000000000000084ba411c063fecf92dbc4ce7216939b43a6750b711be49 1.06 MB 446 27
490,151 490,151 0000000000000000005c2387ae77cd9aa0e55ba47fef7b6956ede6344a8d351d 0.58 MB 1,518 33
490,150 490,150 00000000000000000076ae38262aa8faa118ec19f5039b529ba261de88374552 1.06 MB 1,593 80
490,149 490,149 000000000000000000e550336bddf82c73b17930fcc6266797f081c423b8bf33 1.00 MB 2,286 200
490,148 490,148 0000000000000000007ca1c04669d0b22f0a9940f43778d3e7413d34273d061e 1.04 MB 1,836 100
490,147 490,147 0000000000000000006017321d40bc4dd310d1a51fda13d712af4ecf18992c6b 1.07 MB 2,150 120
490,146 490,146 0000000000000000009259724ec3a97248363bc91247e14e1ddc016e068b63a0 1.11 MB 2,346 37
490,145 490,145 000000000000000000df7c5a68a9a91730fc7b995c142f7f4c52f51ab9ba0d87 1.01 MB 1,902 212
490,144 490,144 0000000000000000006ca731a8c2d3ce7f7a0aa18c7345ac54e342923cfb601b 1.10 MB 1,313 83
Previous 10 blocks ↓
Total Size: 769.03 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,625.95 GB sent, 93.05 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.