Memory Pool Memory Pool Refreshing

3,450 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,608 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (592,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
315,703 315,703 00000000000000000e578f9396afc43b3ee3c678777233ab530e1406f22b4ded 0.11 MB 217 27
315,702 315,702 000000000000000005a225fb88609c5732e7f683b235603a9db2d48d01878c8b 0.01 MB 20 32
315,701 315,701 0000000000000000135765346470390a19870a94faf5d16ec3f2301e4df2aecd 0.16 MB 352 30
315,700 315,700 00000000000000001345e4a2d5c083a699329caac457562eba277b654caf3fad 0.17 MB 327 29
315,699 315,699 00000000000000001393657f503d28e5f4b17630a5f05f13659fd55ad799bd7d 0.16 MB 290 27
315,698 315,698 00000000000000000aff33b7e21317389fdaa0238f82b27e31ec3389603c0644 0.13 MB 316 30
315,697 315,697 00000000000000002e50dd560bdf71f5604af0dc649015d9c5a47d0fb9d3ab93 0.16 MB 277 19
315,696 315,696 00000000000000003201b990de67fc7895c64c75f6bb23f0afeab8c7701adb9b 0.61 MB 1,130 32
315,695 315,695 00000000000000001cb4d554bc996df17ec387d8df1357f0c84f3aa3b84399cc 0.04 MB 86 32
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.