Memory Pool Memory Pool Refreshing

8,190 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,963 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (542,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
365,485 365,485 000000000000000012c2cda114f139081db392d49228aefb186ea9bb55d952d2 0.09 MB 55 17
365,484 365,484 000000000000000004aab7590b7d75d5a42ecc4fbc58835b6c2a8705752b27f3 0.30 MB 496 31
365,483 365,483 00000000000000000153faf33bba0ad913f9ab2a6d1fe3ad81b876ba5d07d093 0.75 MB 954 25
365,482 365,482 00000000000000000f74acb26dbddba8079d8708cf8dbd6b46a4e494f0366016 0.35 MB 643 37
365,481 365,481 000000000000000014f868398dbf417a12cdf49292f98117b250f80ce804a4bf 0.92 MB 1,368 30
365,480 365,480 00000000000000000f86257764c9a21093d3f832364ad599a80e32c26d5b0c42 0.95 MB 2,365 55
365,479 365,479 00000000000000000684938913f80095d0d7e1cf3e2f3b352f3334983033b05e 1.00 MB 1,498 40
365,478 365,478 000000000000000012bfdac570fedd38d76e38509d324784751951c5c0f73fc3 0.92 MB 1,782 40
365,477 365,477 0000000000000000154b0dba9902399c0c08eaf0876e5a06c50b65560d2e8ede 0.19 MB 331 37
365,476 365,476 000000000000000002f776315adcb5cddbf82abfb69df7cf563e3c24eaa34605 0.75 MB 1,474 42
365,475 365,475 00000000000000000ad7b35df62c3fff970d20775d5d4408094185b3bf33f703 0.93 MB 479 8
365,474 365,474 00000000000000000d15a3e5e139e51b53eaab6596d419e4c96fae5a649b5dc5 0.75 MB 1,358 42
365,473 365,473 000000000000000005a5e6331f463f4fdb14810cb06cb2a60f06c5024f8ded9c 0.11 MB 124 27
365,472 365,472 000000000000000009ac54bea79e78df31373d8d1882746b6561ebaf4d372a09 0.00 MB 1 0
365,471 365,471 000000000000000001d3afc7ea904abf55ebd4d9c04918167d12a6b7a7b05676 0.63 MB 1,087 40
365,470 365,470 000000000000000005c8f15b4b3f2889fce3bffbf462272ddbd0c344d0b0da5a 1.00 MB 350 5
365,469 365,469 000000000000000005b238632c04d817d49b1b19e95a8ea8e731aaf38a234764 0.05 MB 115 46
365,468 365,468 00000000000000000a49956f8795c29b00dd06ad934f211348358d0d570a6904 0.25 MB 315 30
365,467 365,467 00000000000000000eb0d8f235fc06fa8cd2e2478d3032909b3e8675f02509ab 0.21 MB 165 14
365,466 365,466 0000000000000000122afc2b142aedf4e45e8ae0a84a3f288645ef9fd4c53626 1.00 MB 541 11
365,465 365,465 00000000000000000700f388f0d7775e7807540757b533f53e1683aa69fdf574 0.13 MB 120 21
Previous 10 blocks ↓
Total Size: 769.00 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.63 GB sent, 92.79 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.