Memory Pool Memory Pool Refreshing

403 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 367 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (141,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
766,227 766,227 000000000000000000027a38e6cc1d424d664843855ec62a33ccbb9e34ad0d65 1.69 MB 2,330 18
766,226 766,226 00000000000000000003aaca969849c8fdb74db8ac0a85d6e0a6ca1699db86e5 0.15 MB 396 22
766,225 766,225 00000000000000000004863c9d3d1a45e1f1f76cadcf555b1afef0ede2560ab9 0.60 MB 479 12
766,224 766,224 0000000000000000000246b594db81dce317aa116e9b623cf6a75adb62ba5fa5 1.22 MB 1,672 15
766,223 766,223 000000000000000000060c9bafc38da5b0219881782981fba625e53dcf2dffdb 0.89 MB 1,477 16
766,222 766,222 000000000000000000003ab79e20e31c941f3558093cda848641a007c6c90940 0.17 MB 371 27
766,221 766,221 000000000000000000052477f72c1153eeeb7a7b25a1cbc759224fe7daa342d2 0.94 MB 1,867 18
766,220 766,220 000000000000000000024dda89d13abc3caf797a917812e8027770b57f412b86 1.51 MB 1,066 9
766,219 766,219 000000000000000000010ff0990b240274ef139dcdee8c79aee6373590a8a4d9 1.86 MB 1,247 8
766,218 766,218 00000000000000000000f7439642574175bab669be002bcbdc70b9b61411370d 1.34 MB 2,463 19
766,217 766,217 00000000000000000007d04b6c9729f6e075b812b898b6541bdcf89f866e413e 0.37 MB 415 14
766,216 766,216 000000000000000000025866221a446bc99353dced53105c43a7a28fa2c1107c 1.18 MB 2,229 20
766,215 766,215 0000000000000000000616b2ac21bb6d73388aa778a14d3ab860d76fead8c25e 1.15 MB 1,862 18
766,214 766,214 000000000000000000044c1ec9dd567179b8f8394c2c33b105b1e1efb1a8dcd7 0.13 MB 198 1
766,213 766,213 00000000000000000002b81337415860d498e86e69e564d344b50a6d21cdc712 1.76 MB 573 2
766,212 766,212 000000000000000000026acb92dff0de9d53b333c8d3a538fe0455903458a08c 1.58 MB 2,384 12
766,211 766,211 000000000000000000022779044eee61fedfa9ac30d20d89c8a46e2a701da94e 1.89 MB 352 2
766,210 766,210 000000000000000000023b0ea2a5dc1926415ad32380385dbefc30a0e7583db5 1.53 MB 949 3
766,209 766,209 00000000000000000005d3c1ab77fed2b36e4bde10d348b08672143f2ee0176a 1.58 MB 2,413 9
766,208 766,208 000000000000000000063e8a8a8f3b833a3a506c1b00c0913bdbcec16c8181e9 1.76 MB 1,716 4
766,207 766,207 00000000000000000000cb989172d9304bb1dff3474bb7d91e1cf5a8a9414bbf 1.16 MB 918 15
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.