Memory Pool Memory Pool Refreshing

4,544 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,701 (644,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,791 262,791 000000000000000cd686db1a2f22140a41996ee51a144fc4bf295e95b312447f 0.05 MB 97 73
262,790 262,790 000000000000000e20b2b56525121da5833daf0bcf295d895aaae9b8f75b8735 0.12 MB 259 70
262,789 262,789 0000000000000009085f17657bcbcc05e2ab6488935a34f8a15219791b417f4c 0.17 MB 261 82
262,788 262,788 000000000000000e79822faebbb23e3ffed3d9e9af3bae6e36044fc3bcc8b2e1 0.16 MB 382 122
262,787 262,787 000000000000000060aab1d1419e924970c25e8504e861fd593fe525c7323355 0.11 MB 238 90
262,786 262,786 0000000000000006c5537e0170e67f69b958880ec9f0113e3ae50108892a745f 0.03 MB 98 127
262,785 262,785 000000000000000e89c8d4f869b41529cc0768fbea2eed2f4f4b4b22adaa719c 0.15 MB 105 25
262,784 262,784 000000000000000e0b497bd8a0be18f62231955511006cfa1057e64edb7a86fc 0.06 MB 163 101
262,783 262,783 0000000000000003e40b3033c25a6356ed3facbf11e05546fe4672c4caaed4db 0.03 MB 38 87
262,782 262,782 000000000000001469c05fef137abef22310f6655a0ebf9380b309d1b99ce589 0.14 MB 317 133
262,781 262,781 0000000000000014269982e90948dc66371d65bcd2ba1698b7d92ec559123414 0.10 MB 213 80
262,780 262,780 000000000000001370803a0153734155f104da2d86b835defc83d7b874f2c20d 0.14 MB 207 47
262,779 262,779 0000000000000009d5222071b481acc3d211c991c0e16f92a26c0d5db9d7b5b4 0.01 MB 28 85
262,778 262,778 0000000000000015fc106b53066716d509029bd9179c9db9d6f0a8944ed0edc6 0.14 MB 321 99
262,777 262,777 000000000000000653affc37ee96afbc7271580fed7b7948964b65567125fbc4 0.15 MB 118 34
262,776 262,776 0000000000000006111c2606e706c9737d4d24a82006b807d3ed7d13e76eb64f 0.11 MB 162 42
262,775 262,775 000000000000000168cf76a300d3ba6677efa8188b81ea3bea7a66403ed4658d 0.02 MB 54 86
262,774 262,774 0000000000000006cf0de21205e61306e143dc24dfd360c532a8a6999aaaf4cb 0.19 MB 467 114
262,773 262,773 0000000000000002f029121763c9efd81a7fc89470a7d0c7a5e8cf3e874315b6 0.02 MB 44 33
262,772 262,772 000000000000000d293c9a49ba6c47866f51d1d5460d54746ee19dee9c97dc96 0.10 MB 263 71
262,771 262,771 0000000000000015d9716b72795e460715d5c4c0a47e7d3f7a252c46fea2be5f 0.20 MB 468 118
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.