Memory Pool Memory Pool Refreshing

249 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 218 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (592,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,724 315,724 000000000000000019bbd2b330e854dc0b83988a4ae9bc170762806daecbe486 0.15 MB 227 18
315,723 315,723 00000000000000002657ae29f9761d386bca79919f1f8eb8cafff2edd041f3ca 0.12 MB 185 24
315,722 315,722 00000000000000000941fdd2992011aecbaa51b2c04c4d6299d391fdc2586cd6 0.25 MB 533 32
315,721 315,721 000000000000000035bc38f39b0aec2217a359fd5165ee0dc972009a2052876b 0.29 MB 627 30
315,720 315,720 00000000000000001c18aded0c8e4cc3e924ae162a02bc48ad334b852abca054 0.58 MB 1,088 27
315,719 315,719 000000000000000000dd87d6e6996fd95bca6aca911cf05cbe103955a70254e6 0.05 MB 62 7
315,718 315,718 000000000000000031f1770ede34fb73c1c79a0ccdd3032c1ff0a3f4d051ce4e 0.13 MB 172 23
315,717 315,717 00000000000000001dae03cc165baec9095db740901f145da03a990822212ddd 0.12 MB 274 28
315,716 315,716 000000000000000026a51f8374b6f7ec41c59cc5bffe06a60e7f8de1831315f0 0.00 MB 1 0
315,715 315,715 000000000000000020460dfe9db219e3fc9f41159101e8e9a8cc85ac6e24d3f6 0.17 MB 439 35
315,714 315,714 00000000000000003110911b8f2ddd8aa1f05b5a13a6a80aa9602fa5cc2e75f9 0.09 MB 151 23
315,713 315,713 00000000000000002bd75da8bdd176de99a6481fe4d82821ea140596c7f0489e 0.19 MB 436 31
315,712 315,712 000000000000000009d0b7e80b8cc7701fea6ce11ce8499abbcce3805c234a87 0.12 MB 213 28
315,711 315,711 000000000000000006869abfa523efe7a3f281e3e14c95bb06032bacf36e1ece 0.11 MB 180 24
315,710 315,710 00000000000000000dc119bcfa964ea7f15d7131ecbe84d1a6bc3223989b3caa 0.18 MB 346 27
315,709 315,709 00000000000000000da2dd0ff69a952bc94b48592fcc2116e9ab4abbd02ab20e 0.04 MB 68 26
315,708 315,708 000000000000000036e3c6bd42835690f11afccde9480714710b8b480a1ae482 0.06 MB 108 22
315,707 315,707 00000000000000002338a6c6e7de5e2e16d1ffdcb56c641d555de05b416fcaef 0.21 MB 323 25
315,706 315,706 00000000000000001bce0ca6aeb8826b665abff2abf499223ef91f5e9788d727 0.14 MB 207 25
315,705 315,705 0000000000000000183342dc8247166e09ffb50966218fa9c959c492e17bae5d 0.15 MB 215 21
315,704 315,704 00000000000000001983132e42cfb84ceb73d8519a2cf87c53299de02c8002b9 0.21 MB 400 28
Previous 10 blocks ↓
Total Size: 769.16 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,632.67 GB sent, 93.65 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.