Memory Pool Memory Pool Refreshing

4,922 transactions
1.59 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,845 (593,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,074 314,074 00000000000000001c2f37901a55af3629b9a99477899cdd0c7e8caf0e6c814c 0.00 MB 1 0
314,073 314,073 000000000000000000e5635e77dd0f50925a9383e6368e612232f46be3bf00c7 0.13 MB 221 26
314,072 314,072 00000000000000001e6035accbdf65c2e3de3c7b7a2e1f3b708310a1c3b7d373 0.22 MB 288 16
314,071 314,071 00000000000000002f31a58b6ad981d3bc0e2ab75c0ea5c108fa92deae0cd70c 0.77 MB 1,380 27
314,070 314,070 0000000000000000282e2f83c5886e18ec7da5a1d0783fc40f2f732348e0283b 0.23 MB 161 16
314,069 314,069 000000000000000032bce918e0d07555bfe97215717b0bf4ec9126348d58872c 0.90 MB 1,620 29
314,068 314,068 00000000000000002d30d9568dff3f9fa0497f0476710dc24985035db442e5f3 0.03 MB 33 3
314,067 314,067 00000000000000001c51c7d8cd1e3621dd6ae36a13baafb989f8c6c4c5eb40f5 0.02 MB 37 28
314,066 314,066 00000000000000002f76210d1488e61316e98daaef69a3c05700deb6fbf15ec9 0.09 MB 156 26
314,065 314,065 00000000000000001740019a906aa2c09dd1240415ec20936f3f264399840c9f 0.46 MB 623 23
314,064 314,064 00000000000000000cd696fc8122ee42f70763d2ab51bf941ec5176ce8a6a831 0.09 MB 122 17
314,063 314,063 00000000000000000ecda486092fd84ca60458cc055786a24a8fa888a6161de7 0.10 MB 109 12
314,062 314,062 00000000000000003268f0b3cf4b482b7321193a270da1ea1dc5effe783f48eb 0.24 MB 424 29
314,061 314,061 00000000000000001ec4f5f6e57650b5690750801ec5f3ac1906d450d200b502 0.21 MB 329 20
314,060 314,060 00000000000000000daedede4a5e2c15f06ffb03faea2de4f56ab4c3f5cbba6f 0.72 MB 1,140 25
314,059 314,059 00000000000000003930bb0bd85bdb198f49dedebde3e2bcbcb8ceef11e5ef5c 0.11 MB 150 22
314,058 314,058 00000000000000002d23a8d1455bb5fb2882800ac1b59bed62ac50b61aaad80e 0.27 MB 426 29
314,057 314,057 0000000000000000115b619af297a3c18a71fc1f0a9eb35729e36ab5ffeae9b2 0.06 MB 128 33
314,056 314,056 00000000000000002355e7a8c105ce59088f01b4d4986464d46c418b35c222fa 0.49 MB 800 27
314,055 314,055 00000000000000001b686378dc53956d93b126c009aaf3106ad0710d0c977a5b 0.45 MB 632 22
314,054 314,054 00000000000000000d3987fe130f6e2ae3bbb2c5c3fe40375d44d795b15e5f61 0.18 MB 313 27
Previous 10 blocks ↓
Total Size: 769.25 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.16 GB sent, 94.18 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.