Memory Pool Memory Pool Refreshing

427 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 427 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (179,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
728,205 728,205 00000000000000000006a4c1a4ab5e82fba239471e2ca0c045ec35e18a36ec01 1.53 MB 2,180 7
728,204 728,204 000000000000000000074b7bbcdb158ade5add3735deb2781a918ea63ce6c60d 1.43 MB 3,052 5
728,203 728,203 00000000000000000008d5b126024f6357566bb21dc2307d3a81551856673e35 1.48 MB 3,144 18
728,202 728,202 000000000000000000030407bbf3bc37fee553587422bf34291cb7876e4c4c6a 1.34 MB 1,101 2
728,201 728,201 000000000000000000091819541cfa8baf6ab60e3ff08f18acac8ebafb3faeb6 1.40 MB 2,074 5
728,200 728,200 00000000000000000004d7618a774458172515fd28b06e748b8f23efc5bef816 1.41 MB 3,304 11
728,199 728,199 0000000000000000000959018c090824b5367e9c5e9ba25e6738131a34036b8d 1.19 MB 2,551 8
728,198 728,198 0000000000000000000308a56294e3b3838c75c35a53cf2766008d868cc573d1 0.07 MB 175 9
728,197 728,197 00000000000000000003639745962b3de7a46b56ecb8ba44c2784bf4b91f72c6 0.74 MB 802 6
728,196 728,196 0000000000000000000371aadb6fb44b8a96087a8d74d622806ae98e1b4187e7 0.42 MB 828 6
728,195 728,195 000000000000000000095c6bcbc20aaf006b078202107c5f44d1583f92f2d9d5 0.51 MB 922 7
728,194 728,194 000000000000000000085fad6a15e05c3209a8b8832e3e8ac81cb27f9200cb39 0.39 MB 853 8
728,193 728,193 000000000000000000097631b77348c88b81b78a332bed757dbd8ddf4f480b8b 0.79 MB 1,505 8
728,192 728,192 00000000000000000007f2647e08c9dd2571686d85307432fc261d989f1b5d1c 0.54 MB 868 8
728,191 728,191 00000000000000000001199dd50d8f6490e8f920abad9a010f73e2df184076f2 0.45 MB 624 5
728,190 728,190 00000000000000000000ad0dcd0d97ea15053b6df5a481c82fcb14fa1e9c9305 0.33 MB 636 9
728,189 728,189 000000000000000000093b946154a0dc33701392e93e78d7189991d1315bae4e 1.47 MB 1,432 3
728,188 728,188 00000000000000000004254884b5b0be9fd3f97828263525582a8bd3202d882e 1.38 MB 2,841 8
728,187 728,187 0000000000000000000476433931e8bc9ca9ff9f433d319a4bd214b70a02f88d 1.24 MB 2,641 8
728,186 728,186 000000000000000000095d18f5d38b9daeb047001b0401e299beaca7ed6fd060 0.04 MB 39 3
728,185 728,185 00000000000000000007aa17de56ddd30aecf179e769d7705b69e8793002123b 0.21 MB 394 7
Previous 10 blocks ↓
Total Size: 769.16 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,632.67 GB sent, 93.65 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.