Memory Pool Memory Pool Refreshing

1,280 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,262 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (392,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
515,270 515,270 000000000000000000287b3617b0d12827e3099385aaa60d4d6878206eeb866f 1.20 MB 2,824 34
515,269 515,269 000000000000000000273c41dc74e032c5f06c0604c85ab1ab44f13d046eb8e5 1.16 MB 2,463 44
515,268 515,268 00000000000000000024716873595d246da9f2e35ed7895eaccc13c922265a4e 1.20 MB 661 4
515,267 515,267 0000000000000000003be5dc18ef6a464f51daa61b9bca512cc81984ca9c0da4 1.26 MB 2,010 7
515,266 515,266 00000000000000000041707094b747b6220b35dea6ab7454942c1d1472132c14 1.15 MB 2,447 48
515,265 515,265 000000000000000000105664066c812d0e3d511d00e3732b1c7a0ae8a6d13727 1.08 MB 1,314 13
515,264 515,264 0000000000000000000572df24ad1a073733b7c9b1e5828f18111376d6e8346d 1.05 MB 1,135 12
515,263 515,263 0000000000000000004992f846eeb747770ceed636b3c774cf0aa3586f14cec0 1.06 MB 1,161 9
515,262 515,262 000000000000000000332877ad8ec8162f9086cbc317604dae5e17b63b3eb656 1.11 MB 2,595 34
515,261 515,261 0000000000000000000db3ba9c7d2e6a712cad67ccfe9d9ccc7ebc61ba863ec1 1.02 MB 598 6
515,260 515,260 0000000000000000004a31e45907e154823d0111408850ad91618ec45ee69e30 1.06 MB 1,035 6
515,259 515,259 0000000000000000002608763b360149f0b42698a14bc76785d7f74ea0474f82 1.16 MB 1,228 2
515,258 515,258 0000000000000000003f96ed186921817036f9d24c6e532778166682fd8799d3 1.12 MB 2,149 21
515,257 515,257 00000000000000000007e70c815b9c9ef10ab148ac250288d9093bc0309220a4 1.16 MB 2,897 27
515,256 515,256 0000000000000000003cf0db073748440360c56367a6376f5e211a7625dfb12a 1.06 MB 1,130 45
515,255 515,255 00000000000000000020b1436f2c4d7da09da467afe7ed58f61c04be0a97fe55 0.49 MB 824 3
515,254 515,254 000000000000000000288a59525be6b387894388e101b8461901bfd4b9fa0d69 1.11 MB 2,434 18
515,253 515,253 0000000000000000002e8c33ce09421972d2bd5e169e3d31115f7dfb9191d3fb 1.12 MB 2,196 44
515,252 515,252 000000000000000000507e6e259890480deea37f5dbd89342b5b40638ac27c44 1.22 MB 2,985 9
515,251 515,251 00000000000000000001372e1b6cb47234677aea6fc951283b504615fcfefcfd 1.19 MB 2,387 39
515,250 515,250 0000000000000000002250924153bb611af191a25cf821cf39d827b1a878dd9b 1.10 MB 2,227 63
Previous 10 blocks ↓
Total Size: 769.28 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.53 GB sent, 94.31 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.