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,661 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (764,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,358 143,358 0000000000000774efad0d1b40cd2bb51558e471993d45172367fac1e8162cee 0.03 MB 95 1,577
143,357 143,357 00000000000008c605ad310d7fdb692acbe00a90ed48ec4f1ce1b49f8e0dd018 0.03 MB 106 104
143,356 143,356 00000000000000bd2287edf73e80f85f218e1215635f04be6e19b5cbbc789515 0.02 MB 33 276
143,355 143,355 000000000000021321d81ca564858f10f255e2058457f315f6d3555474632021 0.00 MB 2 2,481
143,354 143,354 00000000000007d2803e5c17c1270f05545f31353179833148d6546d0efa8707 0.03 MB 85 19
143,353 143,353 000000000000056f402e10dc2813dff1f6ef6a78ee3298a26a51dfb04dfdf821 0.05 MB 107 192
143,352 143,352 00000000000007fcfd48a9068506b1a300ab18fa09fe1f3fb85a9352e9e34f97 0.00 MB 1 0
143,351 143,351 00000000000003ace7b03217061335852aa2c66dde831daccab1706c7b2a4824 0.00 MB 16 60
143,350 143,350 0000000000000069b26744ce23d4d68f42e76234c47d76dac613ff55ad0087c3 0.01 MB 26 48
143,349 143,349 00000000000008a6572a53745991f62bc1b07661eb79637bafc5db644912579a 0.00 MB 15 73
143,348 143,348 00000000000003e4221875978da890067ca1b65672234b3cbf8ef667eb69e802 0.03 MB 82 149
143,347 143,347 00000000000004313d6f3243854091ae3465ed661a6f206f1d2cf25430a8fdb4 0.03 MB 63 299
143,346 143,346 0000000000000630bbe3e42c61476d5b0cdca0e8f5bf1f28ce60ef2d0e69cf17 0.01 MB 15 577
143,345 143,345 00000000000005926d3301089434439baed1701a4c5938b58bb8c84ef0e05088 0.01 MB 15 343
143,344 143,344 000000000000031debb7133851ef2edd7df4be0791a2c695c4fe9e65ff3c5274 0.00 MB 13 10
143,343 143,343 00000000000002daaea8dc492c17a208c5520045a2f12d7535ba5e9804c344ad 0.01 MB 19 208
143,342 143,342 00000000000003655c36a8d75ee4b6a5222bb03103f765793a0c5aa58fd15ffc 0.00 MB 2 193
143,341 143,341 00000000000006f7e1ce074eef0c5e24337871319f259a290ea6c77bd76ff6a8 0.01 MB 18 37
143,340 143,340 00000000000005e0935eb47586383de51c80aa71631c4a3182e2c9afd9279462 0.00 MB 8 65
143,339 143,339 00000000000006081c8bf7f4148c20b971c1ce27fd3674f35d8791fecd62cf97 0.01 MB 22 532
143,338 143,338 000000000000092b47fe076b85f417a6a2f738415c3c168bec6731fbe857d693 0.00 MB 7 198
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.