Memory Pool Memory Pool Refreshing

3,841 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,581 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (141,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
766,206 766,206 00000000000000000001a591687347f953d97e32c8c568fa12eddab0e3aebf63 1.47 MB 3,208 22
766,205 766,205 0000000000000000000332362033eec5ffb7af0758c8ec9b8db519362a3d9eec 1.36 MB 2,194 36
766,204 766,204 000000000000000000000ff8f66d3a98e919f2cb304c1df6e11b6cf4fb14d5b2 1.32 MB 1,910 27
766,203 766,203 00000000000000000006fd557bf200fa3a88bc4ff9dc114aa217395f4d8b635c 1.64 MB 1,540 3
766,202 766,202 000000000000000000070d1272b2462d4f7e3a43d21c959f7f64fc10574126ac 1.49 MB 2,562 22
766,201 766,201 00000000000000000000baa683c69c935e5049ded8be2a26045acec4073e096a 1.52 MB 2,282 18
766,200 766,200 00000000000000000003696a5e9295ff18ec6f397c24d608e1fa117c63c087bc 1.81 MB 2,942 10
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.